瀏覽代碼

Doc link fixes

tags/2.0.0
Rocketsoup 1 月之前
父節點
當前提交
509b69485b
共有 2 個檔案被更改,包括 3 行新增3 行删除
  1. 2
    2
      README.md
  2. 1
    1
      docs/commands.md

+ 2
- 2
README.md 查看文件

@@ -8,7 +8,7 @@ Discord bot for detecting and dealing with jerks. This bot is Rocketsoup's fault
8 8
 
9 9
 ## Setup
10 10
 
11
-See main document, [docs/setup.md](Setup).
11
+See main document, [Setup](docs/setup.md).
12 12
 
13 13
 In brief, the full setup process is:
14 14
 - create a Discord application in their developer portal
@@ -20,7 +20,7 @@ In brief, the full setup process is:
20 20
 
21 21
 ## Usage
22 22
 
23
-See main document, [docs/commands.md](Commands).
23
+See main document, [Commands](docs/commands.md).
24 24
 
25 25
 * To see the list of commands, type `/help`.
26 26
 * To get help on a specific command, type `/help /commandname`. E.g. `/help /hello`.

+ 1
- 1
docs/commands.md 查看文件

@@ -207,7 +207,7 @@ While Discord does warn users whenever they click a link where the text isn't
207 207
 exactly the same as the URL, this happens in benign circumstances often enough
208 208
 that users may ignore it. Discord prevents posting mismatching URLs like
209 209
 `[https://goodsite.com](https://badsite.com)`, however it doesn't prevent posting
210
-things that are URL-like, like `[goodsite.com](https://badsite.com)` (without
210
+things that are URL-like, e.g. `[goodsite.com](https://badsite.com)` (without
211 211
 the `https://`). Our deceptive link detection catches these URL-like link labels.
212 212
 
213 213
 Subcommands

Loading…
取消
儲存