Skip to content
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 .github/workflows/installation-script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
src:
- 'docs/src/install.sh'
- 'docs/src/install.ps1'
- 'docs/src/getting_started/installation.md'
- 'docs/src/getting-started/installation.md'
- '.github/workflows/installation-script.yml'
- id: decisions
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Sysand client usage documentation is provided in User Guide at

## Installation

See [installation section in User Guide](http://client.sysand.com/getting_started/installation.html)
See [installation section in User Guide](http://client.sysand.com/getting-started/installation.html)
for various ways to download Sysand.

## Contributing
Expand Down
8 changes: 4 additions & 4 deletions docs/src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Summary

- [Getting started](getting_started.md)
- [Installation](getting_started/installation.md)
- [Tutorial](getting_started/tutorial.md)
- [Getting started](getting-started.md)
- [Installation](getting-started/installation.md)
- [Tutorial](getting-started/tutorial.md)
- [Project metadata](metadata.md)
- [Authentication](authentication.md)
- [Workspaces](workspaces.md)
Expand Down Expand Up @@ -44,7 +44,7 @@
- [sysand info created](commands/info/created.md)
- [sysand sources](commands/sources.md)
- [sysand print-root](commands/root.md)
- [Self-hosting a project index](hosting_index.md)
- [Self-hosting a project index](hosting-index.md)
- [Publishing a package to Sysand Package Index](publishing.md)
- [Configuration](config.md)
- [Indexes](config/indexes.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/commands/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `sysand index`

Manage a local sysand index. See guide [Hosting Index](../hosting_index.md).
Manage a local sysand index. See guide [Hosting Index](../hosting-index.md).

## Usage

Expand Down
4 changes: 2 additions & 2 deletions docs/src/getting_started.md → docs/src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
To get started with Sysand, first follow the instructions for installing Sysand,
then try out the steps in the tutorial.

- [Installation](getting_started/installation.md)
- [Tutorial](getting_started/tutorial.md)
- [Installation](getting-started/installation.md)
- [Tutorial](getting-started/tutorial.md)

Some useful resources related to Sysand:

Expand Down
File renamed without changes.
Loading