Skip to content

Commit e199fc5

Browse files
committed
fix some links
1 parent 17f1acd commit e199fc5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/userguide/faq.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ relies on looking at all keys to then render a page will eventually fail.
1515

1616
You can use the `lru crawler` to examine all keys in an instance. This
1717
interface provides useful data for doing an analysis on data that is stored in
18-
a cache. See [the protocol
19-
documentation](Protocol](http://github.com/memcached/memcached/blob/master/doc/protocol.txt))
18+
a cache. See [the protocol documentation](https://github.com/memcached/memcached/blob/master/doc/protocol.txt))
2019
for full info.
2120

2221
### Why only RAM?
@@ -54,7 +53,7 @@ See [Timeouts](/troubleshooting/timeouts) for help.
5453

5554
### How do I authenticate?
5655

57-
Limited password based authentication is available in [the basic protocol](http://github.com/memcached/memcached/blob/master/doc/protocol.txt) - You can also enable TLS and authenticate by certificates verification.
56+
Limited password based authentication is available in [the basic protocol](https://github.com/memcached/memcached/blob/master/doc/protocol.txt) - You can also enable TLS and authenticate by certificates verification.
5857

5958
### How do you handle failover?
6059

0 commit comments

Comments
 (0)