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

Update README in docs (ReadTheDocs) to fix relative paths #241

Merged
Merged
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
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ an RBAC ruleset, an add-on, an application, etc...

# Architecture

![architecture](./docs/architecture_diagram.png)
![architecture](./architecture_diagram.png)

Arlon is composed of a controller, a library, and a CLI that exposes the library's
functions as commands. In the future, an API server may be built from
Expand Down Expand Up @@ -917,7 +917,7 @@ Examples of immutable properties:

## For more information

For more details on gen2 clusters, refer to the [design document](docs/baseclusters.md).
For more details on gen2 clusters, refer to the [design document](baseclusters.md).

# Implementation details

Expand Down