Skip to content

Commit 2520ec6

Browse files
Merge branch 'main' into smarter-database-usage-in-repository-metadata
2 parents 3a1f423 + db96e72 commit 2520ec6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ The first time you run this command, it may take a few minutes while Docker down
9797
$ docker-compose up
9898
```
9999

100-
If you get any Docker related errors, reference the [Possible Issues](./docker/possible-issues) section of the Docker page.
100+
If you get any Docker related errors, reference the [Possible Issues](../docker#possible-issues) section of the Docker page.
101101
{: .notification .is-warning }
102102

103103
## Run on the host

pydis_site/apps/content/resources/guides/pydis-guides/contributing/sir-lancebot/env-var-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Additionally, you may find the following environment variables useful during dev
3232
| `REDIS_PASSWORD` | |
3333
| `USE_FAKEREDIS` | If the FakeRedis module should be used. Set this to true if you don't have a Redis database setup. |
3434
| `BOT_SENTRY_DSN` | The DSN of the sentry monitor. |
35-
| `TRASHCAN_EMOJI` | The emoji to use for the trashcan during paginated embeds |
35+
| `TRASHCAN_EMOJI` | The full emoji to use for the trashcan. Format should be like the output of `\:emoji:`. |
3636

3737

3838
---
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
description: A free, collaborative, in-browser IDE to code in 50+ languages —
22
without spending a second on setup.
3-
name: repl.it
4-
title_url: https://repl.it/
3+
name: replit
4+
title_url: https://replit.com/
55
position: 3

0 commit comments

Comments
 (0)