Skip to content

Commit bba52e1

Browse files
authored
Merge pull request #615 from shiftstack/fix-readme-link
README: fix broken link to dev docs
2 parents 48a9a5e + e9f7829 commit bba52e1

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ We welcome contributions of all kinds! Whether you’re fixing bugs, adding new
3030
* Fork the repository.
3131
* Create a new branch for your changes.
3232
* Setup a [local development environment](https://k-orc.cloud/development/quickstart/).
33-
* Read the [developers guide](https://k-orc.cloud/development/).
33+
* Read the [developers guide](https://k-orc.cloud/development/overview/).
3434
* Make your changes and test thoroughly.
3535
* Submit a pull request with a clear description of your changes.
3636

website/mkdocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ plugins:
6262
- redirects:
6363
redirect_maps:
6464
'getting_started.md': 'getting-started.md'
65+
'development/index.md': 'development/overview.md'
66+
'development/controller-design.md': 'development/controller-implementation.md'
67+
'development/design-decisions.md': 'development/architecture.md'
68+
'development/coding-convention.md': 'development/coding-standards.md'
69+
'development/api-contracts.md': 'development/api-design.md'
6570
markdown_extensions:
6671
- admonition
6772
- attr_list

0 commit comments

Comments
 (0)