Skip to content

Commit

Permalink
redirect to docs.uchiwa.io instead of top-level site (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
cwjohnston committed Jan 30, 2018
1 parent 97c5389 commit 48fec7f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/uchiwa/1.0/_index.md
Expand Up @@ -7,4 +7,4 @@ menu: "uchiwa-1.0"
layout: "base-for-directory-listing"
---

{{< redirect "https://uchiwa.io" >}}
{{< redirect "https://docs.uchiwa.io" >}}
2 changes: 1 addition & 1 deletion content/uchiwa/_index.md
Expand Up @@ -7,4 +7,4 @@ menu: "uchiwa"
layout: "product-versions"
---

{{< redirect "https://uchiwa.io" >}}
{{< redirect "https://docs.uchiwa.io" >}}
2 changes: 1 addition & 1 deletion layouts/index.html
Expand Up @@ -39,7 +39,7 @@
<div class="content">
{{ $.Scratch.Set "url" "" }}
{{ if eq .identifier "uchiwa" }}
{{ $.Scratch.Set "url" "https://uchiwa.io/" }}
{{ $.Scratch.Set "url" "https://docs.uchiwa.io/" }}
{{ else }}
{{ $.Scratch.Set "url" (printf "/%s/%s/" .identifier .latest) }}
{{ end }}
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/productVersionDrawer.html
Expand Up @@ -37,7 +37,7 @@
{{ range sort .Site.Params.Products "weight" }}
{{ $.Scratch.Set "url" "" }}
{{ if eq .identifier "uchiwa" }}
{{ $.Scratch.Set "url" "https://uchiwa.io/" }}
{{ $.Scratch.Set "url" "https://docs.uchiwa.io/" }}
{{ else }}
{{ $.Scratch.Set "url" (printf "/%s/%s/" .identifier .latest) }}
{{ end }}
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/productVersionDropdown.html
Expand Up @@ -37,7 +37,7 @@
{{ range sort .Site.Params.Products "weight" }}
{{ $.Scratch.Set "url" "" }}
{{ if eq .identifier "uchiwa" }}
{{ $.Scratch.Set "url" "https://uchiwa.io/" }}
{{ $.Scratch.Set "url" "https://docs.uchiwa.io/" }}
{{ else }}
{{ $.Scratch.Set "url" (printf "/%s/%s/" .identifier .latest) }}
{{ end }}
Expand Down

0 comments on commit 48fec7f

Please sign in to comment.