-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Closed
Labels
Description
Some links are broken on index page of https://redis.github.io/jedis/
Links that can not be resolved :
INFO - The following pages exist in the docs directory, but are not included in the "nav" configuration:
- advanced-usage.md
- jedis-maven.md
WARNING - Doc file 'index.md' contains a link './LICENSE.txt', but the target 'LICENSE.txt' is not found among documentation files.
INFO - Doc file 'index.md' contains an absolute link '/docs/jedis-maven.md', it was left as is.
WARNING - Doc file 'index.md' contains a link 'docs/redisjson.md', but the target is not found among documentation files.
WARNING - Doc file 'index.md' contains a link 'docs/redisearch.md', but the target is not found among documentation files.
WARNING - Doc file 'index.md' contains a link 'docs/failover.md', but the target is not found among documentation files.
WARNING - Doc file 'index.md' contains a link 'docs/advanced-usage.md', but the target is not found among documentation files.
Issue : mkdocs index.md includes root level README.md and links are relative to it,. Making them relative to mkdocs index.md, will break the links in README.md itself.