Skip to content

Commit

Permalink
Merge pull request #31 from meqativ/patch-2
Browse files Browse the repository at this point in the history
Fix Source Code url in help command going to a 404
  • Loading branch information
Jacherr authored Aug 27, 2024
2 parents 1fbff63 + 2dc514c commit aee6690
Showing 1 changed file with 1 addition and 1 deletion.
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 aee6690

Please sign in to comment.