Skip to content

Commit 114011b

Browse files
committed
Small link
1 parent d5d269c commit 114011b

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

config/_default/menus/menus.en.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
[[main]]
3232
name = "Docs"
33-
url = "/docs/guides/example-guide/"
33+
url = "/docs/getting-started/installation/"
3434
# url = "/docs/1.0/prologue/introduction/"
3535
weight = 10
3636

hugo_stats.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@
151151
"justify-content-start",
152152
"lead",
153153
"list",
154-
"list-group",
155-
"list-group-item",
156-
"list-group-numbered",
157154
"list-inline",
158155
"list-inline-item",
159156
"list-nested",

layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h2>{{ .Params.lead | safeHTML }}</h2>
1616
role="button">Why SQL Components?</a>
1717

1818
<a class="btn btn-primary btn-cta btn-lg my-3"
19-
href="/docs/{{ if site.Params.doks.docsVersioning }}{{ site.Params.doks.docsVersion }}/{{ end }}getting-started/"
19+
href="/docs/{{ if site.Params.doks.docsVersioning }}{{ site.Params.doks.docsVersion }}/{{ end }}getting-started/installation/"
2020
role="button">Getting Started</a>
2121

2222
{{ .Content }}

0 commit comments

Comments
 (0)