Skip to content

Commit

Permalink
fix src link close
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacherr committed Aug 27, 2024
1 parent aee6690 commit c923ed1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ Cargo.lock
config.toml
**/*.rs.bk
*.pdb
.patreon_refresh
.patreon_refresh
**/*.swp
2 changes: 1 addition & 1 deletion assyst-core/src/command/misc/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ pub async fn help(ctxt: CommandCtxt<'_>, labels: Option<Vec<Word>>) -> anyhow::R
Some("Link to the SKU for Assyst premium servers.")
),
"Source Code".codestring().url(
"<https://github.com/jacherr/assyst2",
"<https://github.com/jacherr/assyst2>",
Some("Source code URL for Assyst.")
)
);
Expand Down

0 comments on commit c923ed1

Please sign in to comment.