Skip to content

Commit dbd6e2d

Browse files
committed
- Domain was changed
1 parent 94e3544 commit dbd6e2d

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ description: >- # this means to ignore newlines until "baseurl:"
2525
line in _config.yml. It will appear in your document head meta (for
2626
Google search results) and in your feed.xml site description.
2727
baseurl: "" # the subpath of your site, e.g. /blog
28-
url: "https://openviglet.github.io/docs" # the base hostname & protocol for your site, e.g. http://example.com
28+
url: "https://docs.viglet.com" # the base hostname & protocol for your site, e.g. http://example.com
2929
twitter_username: VigletTweet
3030
github_username: VigletDocs
3131

docs/_includes/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ <h5>Documentation</h5>
2525
<h5>Resources</h5>
2626
<ul class="list-unstyled text-small" style="margin-bottom: 5px !important;">
2727
<li class="mb-1"><a class="link-secondary text-decoration-none"
28-
href="https://openviglet.github.io/docs">Documentation</a></li>
28+
href="https://docs.viglet.com">Documentation</a></li>
2929
</li>
3030
<li>
3131
<div class="row" style="margin:0px">
3232
<div class="col-lg-1 col-md-1 col-sm-1 hidden-xs" style="width:40px;padding: 0px;">
33-
<a title="GitHub" href="https://github.com/openviglet" target="_blank"><i
33+
<a title="GitHub" href="https://www.viglet.com" target="_blank"><i
3434
class="bi bi-github" style="color:#6c757d;font-size: 25px;"
3535
aria-hidden="true"></i></a>
3636
</div>

docs/_includes/header.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
</div>
1515
{% assign solution = site.solutions | where:"identifier", page.product | first %}
1616
{%- if solution.github -%}
17-
<a href="https://openviglet.github.io{{solution.permalink}}" data-toggle="tooltip" title="Learn more at viglet.com" class="nav-link px-2"
17+
<a href="https://www.viglet.com{{solution.permalink}}" data-toggle="tooltip" title="Learn more at viglet.com" class="nav-link px-2"
1818
style="color:#ffc63a">Go to {{solution.short-name}} Website</a>
1919
{%- else -%}
20-
<a href="https://openviglet.github.io" target="_blank" data-toggle="tooltip" title="Learn more at viglet.com" class="nav-link px-2"
20+
<a href="https://www.viglet.com" target="_blank" data-toggle="tooltip" title="Learn more at viglet.com" class="nav-link px-2"
2121
style="color:#ffc63a">viglet.com</a>
2222
{%- endif -%}
2323
</div>

docs/_solutions/shio.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ status: stable
44
order: 3
55
identifier: shio
66
permalink: /shio/
7-
get-started: https://openviglet.github.io/docs/shio
7+
get-started: https://docs.viglet.com/shio
88
github: https://github.com/ShioCMS/shio
99
github-org: ShioCMS
1010
release: 0.3.7

docs/_solutions/turing.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ status: stable
44
order: 4
55
identifier: turing
66
permalink: /turing/
7-
get-started: https://openviglet.github.io/docs/turing/
7+
get-started: https://docs.viglet.com/turing/
88
github: https://github.com/openturing/turing
99
github-org: openturing
1010
release: 0.3.10

0 commit comments

Comments
 (0)