1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-16 00:04:40 +00:00

rc: add anchor tags to the docs so links are consistent

This commit is contained in:
Nick Craig-Wood
2019-08-13 11:54:13 +01:00
parent 535f5f3c99
commit 8247c8a6af
2 changed files with 53 additions and 53 deletions

View File

@@ -236,7 +236,7 @@ func list() error {
if !ok {
return errors.New("bad JSON")
}
fmt.Printf("### %s: %s\n\n", info["Path"], info["Title"])
fmt.Printf("### %s: %s {#%s}\n\n", info["Path"], info["Title"], info["Path"])
fmt.Printf("%s\n\n", info["Help"])
if authRequired := info["AuthRequired"]; authRequired != nil {
if authRequired.(bool) {