Skip to content

Commit 6d4e939

Browse files
authored
update link on home page (#126)
* update link on home page Signed-off-by: Michael Kalantar <[email protected]> * link check home.html Signed-off-by: Michael Kalantar <[email protected]> * undo Signed-off-by: Michael Kalantar <[email protected]> --------- Signed-off-by: Michael Kalantar <[email protected]>
1 parent 0509db2 commit 6d4e939

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/linkcheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2727
with:
2828
fail: true
29-
args: -v '**/*.md'
29+
args: -v '**/*.md'

overrides/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ <h3>
6666
Iter8 makes it easy to ensure that Kubernetes apps and ML models perform well and maximize business value.
6767
</h3>
6868

69-
<a href="{{ base_url }}/getting-started/first-routing/" title="Get started"
69+
<a href="{{ base_url }}/getting-started/first-release/" title="Get started"
7070
class="md-button text-large">
7171
Get started in seconds
7272
</a>
@@ -150,4 +150,4 @@ <h3 class="text-light social">
150150
<!-- {% block content %}{% endblock %} -->
151151

152152
<!-- Application footer -->
153-
<!-- {% block footer %}{% endblock %} -->
153+
<!-- {% block footer %}{% endblock %} -->

0 commit comments

Comments
 (0)