Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5a7cd72

Browse files
committed
docs/chat: use absolute URLs in links, fix typo
* relative URLs don't work if the URL where the link is on doesn't end in a "/", i.e. it would only work on https://book.keybase.io/docs/chat/ but not on https://book.keybase.io/docs/chat (which is actually used) * fixed typo in coin-flip URL
1 parent 8a648b3 commit 5a7cd72

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

D-docs/04-chat/00-index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
Here is the technical documentation for chat:
44

5-
- [Crypto](crypto) describes the use of cryptography in chat.
6-
- [Exploding Messages](ephemeral) explains the technical details of exploding
5+
- [Crypto](/docs/chat/crypto) describes the use of cryptography in chat.
6+
- [Exploding Messages](/docs/chat/ephemeral) explains the technical details of exploding
77
messages.
8-
- [Link Previews](linkpreviews) discusses how privacy is respected when posting
8+
- [Link Previews](/docs/chat/linkpreviews) discusses how privacy is respected when posting
99
URLs that can be previewed inline.
10-
- [Location Sharing](location) discusses how the location sharing feature is implemented.
11-
- [Coin Flip](coinflip) describes the /flip coin flipping protocol.
12-
- [Phone Numbers and Emails](chat/phones-and-emails) describes how users can start conversations with phone numbers or emails.
10+
- [Location Sharing](/docs/chat/location) discusses how the location sharing feature is implemented.
11+
- [Coin Flip](/docs/chat/coin-flip) describes the /flip coin flipping protocol.
12+
- [Phone Numbers and Emails](/docs/chat/phones-and-emails) describes how users can start conversations with phone numbers or emails.

0 commit comments

Comments
 (0)