Skip to content

Commit

Permalink
fix(faq) use '/latest' instead of page.kong_version to fix broken links
Browse files Browse the repository at this point in the history
page.kong_version is only available under /docs/.

Fix Kong/kong#1446
  • Loading branch information
thibaultcha committed Aug 2, 2016
1 parent 3e7f413 commit 3014fc7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/about/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ disable plugins, and a handful of other operations. Since you will be using
this RESTful API to operate Kong, it is also extremely easy to integrate Kong
with existing systems.

[proxy_listen]: /docs/{{page.kong_version}}/configuration/#proxy_listen
[cluster_listen]: /docs/{{page.kong_version}}/configuration/#cluster_listen
[proxy_listen]: /docs/latest/configuration/#proxy_listen
[cluster_listen]: /docs/latest/configuration/#cluster_listen
[cluster_listen_rpc]:
/docs/{{page.kong_version}}/configuration/#cluster_listen_rpc
[proxy_listen_ssl]: /docs/{{page.kong_version}}/configuration/#proxy_listen_ssl
[admin_api_listen]: /docs/{{page.kong_version}}/configuration/#admin_api_listen
/docs/latest/configuration/#cluster_listen_rpc
[proxy_listen_ssl]: /docs/latest/configuration/#proxy_listen_ssl
[admin_api_listen]: /docs/latest/configuration/#admin_api_listen

### Kong datastore

Expand Down Expand Up @@ -188,7 +188,7 @@ implemented in a dedicated plugin that is run on every request targetting that
given API.

Feel free to explore the [Plugins Gallery](/plugins) and the [Plugin
development guide](/docs/{{page.kong_version}}/plugin-development). Learn how
development guide](/docs/latest/plugin-development). Learn how
to [enable plugins](/docs/latest/getting-started/enabling-plugins) with the
[plugin configuration
API](/docs/latest/admin-api/#plugin-configuration-object).
Expand Down

0 comments on commit 3014fc7

Please sign in to comment.