Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(docs): Update invalid xrefs in stackablectl docs #115

Merged
merged 1 commit into from
Sep 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/modules/stackablectl/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ Demos are installed with the xref:commands/demo.adoc[`demo`] command. A demo nee
depends on a stack, which gets automatically installed when a demo is installed. The stack, in turn, will install the
needed Stackable release.

You can browse the available demos on the xref:demos:index.adoc[demo] page.
You can browse the available demos on the xref:home:demos:index.adoc[demo] page.
4 changes: 2 additions & 2 deletions docs/modules/stackablectl/pages/quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ When you are on a Windows system you have to replace the `stackablectl` command
`stackablectl.exe demo list`. This applies to all commands below.
====

For this guide, we will use the xref:demos:trino-taxi-data.adoc[] demo. The installation of other available demos
For this guide, we will use the xref:home:demos:trino-taxi-data.adoc[] demo. The installation of other available demos
should work the same way. You need to use the name of the chosen demo instead of `trino-taxi-data` in the following
commands.

Expand Down Expand Up @@ -101,4 +101,4 @@ down.

== Proceed with the Demo

Please read the documentation on the demo xref:demos:trino-taxi-data.adoc[] on how to proceed with the demo.
Please read the documentation on the demo xref:home:demos:trino-taxi-data.adoc[] on how to proceed with the demo.