Skip to content

Commit

Permalink
Merge pull request #1122 from cyberark/fix-broken-doc-links
Browse files Browse the repository at this point in the history
Fix broken documentation links
  • Loading branch information
Geri Jennings authored Feb 4, 2020
2 parents ca56c80 + 46c1e31 commit 5e4d5cb
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/_data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ main:

footer-docs:
- title: Why Secretless?
url: https://docs.secretless.io/Latest/en/Content/Overview/overview.htm#WhySecretless
url: https://docs.secretless.io/Latest/en/Content/Overview/scl_secretless_overview.htm#WhySecretless
target: target="_blank" rel="noopener noreferrer"
- title: Key Terms
url: https://docs.secretless.io/Latest/en/Content/Overview/key_terms.htm
url: https://docs.secretless.io/Latest/en/Content/Overview/scl_key_terms.htm
target: target="_blank" rel="noopener noreferrer"
- title: Fundamentals
url: https://docs.secretless.io/Latest/en/Content/Overview/how_it_works.htm
url: https://docs.secretless.io/Latest/en/Content/Overview/scl_how_it_works.htm
target: target="_blank" rel="noopener noreferrer"
# - title: Plugin Reference
# url: https://secretless.io/generated/pkg_secretless_plugin_v1.html
Expand Down
2 changes: 1 addition & 1 deletion docs/_posts/adding-new-handlers.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ contribute support for a new Target Service.

<img src="/img/secretless_internal_architecture.svg" alt="Secretless Broker Internal Architecture">

In our [reference](/docs/overview/how_it_works.html), we break down how the
In our [reference](https://docs.secretless.io/Latest/en/Content/Overview/scl_how_it_works.htm), we break down how the
Secretless Broker internal architecture handles incoming requests. Every target
service that Secretless Broker natively supports has its own Service Connector
implemented in the Secretless internals.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/overview/how_it_works.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title: How Does It Work?
id: how_it_works
description: Secretless Broker Documentation
permalink: docs/overview/how_it_works.html
redirect_to: https://docs.secretless.io/Latest/en/Content/Overview/how_it_works.htm
redirect_to: https://docs.secretless.io/Latest/en/Content/Overview/scl_how_it_works.htm
---
2 changes: 1 addition & 1 deletion docs/docs/overview/key_terms.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title: Key Terms
id: key_terms
description: Secretless Broker Documentation
permalink: docs/overview/key_terms.html
redirect_to: https://docs.secretless.io/Latest/en/Content/Overview/key_terms.htm
redirect_to: https://docs.secretless.io/Latest/en/Content/Overview/scl_key_terms.htm
---
2 changes: 1 addition & 1 deletion docs/docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ title: Reference
id: reference
description: Secretless Broker Documentation
permalink: docs/reference.html
redirect_to: https://docs.secretless.io/Latest/en/Content/Overview/how_it_works.htm
redirect_to: https://docs.secretless.io/Latest/en/Content/Overview/scl_how_it_works.htm
---
2 changes: 1 addition & 1 deletion docs/tutorials/kubernetes/app-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,4 +214,4 @@ That's it!
<img src="/img/its_magic.jpg" class="k8s-img" alt="It's Magic"/>
</div>

For more info on configuring Secretless for your own use case, see the <a href="https://docs.secretless.io/Latest/en/Content/Overview/how_it_works.htm">Secretless Documentation</a>
For more info on configuring Secretless for your own use case, see the <a href="https://docs.secretless.io/Latest/en/Content/Overview/scl_how_it_works.htm">Secretless Documentation</a>

0 comments on commit 5e4d5cb

Please sign in to comment.