aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2020-02-06 01:01:29 +1000
committerGravatar GitHub <[email protected]>2020-02-06 01:01:29 +1000
commitb9c691646a8be52095f644ba2cd7ffd8eb36ae6e (patch)
tree54aaf7393a0747913801981a1041cc207b93cc6a
parentMove tools and questions guide to under resources (diff)
Add missing slash to asking good questions url.
-rw-r--r--bot/cogs/site.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/site.py b/bot/cogs/site.py
index 10180ebae..853e29568 100644
--- a/bot/cogs/site.py
+++ b/bot/cogs/site.py
@@ -74,7 +74,7 @@ class Site(Cog):
@site_group.command(name="help")
async def site_help(self, ctx: Context) -> None:
"""Info about the site's Getting Help page."""
- url = f"{PAGES_URL}resources/guides/asking-good-questions"
+ url = f"{PAGES_URL}/resources/guides/asking-good-questions"
embed = Embed(title="Asking Good Questions")
embed.set_footer(text=url)