Browse Source

Fix anchor link

pull/1161/head
Still Hsu 7 years ago
parent
commit
d0e75c40dd
No known key found for this signature in database GPG Key ID: 8601A145FDA95209
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      docs/guides/getting_started/first-bot.md
  2. +1
    -1
      docs/guides/getting_started/installing.md

+ 1
- 1
docs/guides/getting_started/first-bot.md View File

@@ -176,7 +176,7 @@ online in Discord.
[DiscordSocketClient]: xref:Discord.WebSocket.DiscordSocketClient [DiscordSocketClient]: xref:Discord.WebSocket.DiscordSocketClient
[LoginAsync]: xref:Discord.Rest.BaseDiscordClient.LoginAsync* [LoginAsync]: xref:Discord.Rest.BaseDiscordClient.LoginAsync*
[StartAsync]: xref:Discord.WebSocket.DiscordSocketClient.StartAsync* [StartAsync]: xref:Discord.WebSocket.DiscordSocketClient.StartAsync*
[installation guide]: xref:Guides.GettingStarted.Installation#unsupported-platform
[installation guide]: xref:Guides.GettingStarted.Installation


### Handling a 'ping' ### Handling a 'ping'




+ 1
- 1
docs/guides/getting_started/installing.md View File

@@ -125,7 +125,7 @@ Studio installation.


## Additional Information ## Additional Information


### <a id="unsupported-platform"/> Installing on Unsupported WebSocket Platform
### Installing on Unsupported WebSocket Platform


For older system such as Windows 7 or earlier that do not natively For older system such as Windows 7 or earlier that do not natively
support WebSocket, you may encounter support WebSocket, you may encounter


Loading…
Cancel
Save