Skip to content

Commit

Permalink
docs: Fix broken links after moving content to web site (#1799)
Browse files Browse the repository at this point in the history
The removal of redundant docs left some dangling links. This commit
changes the links to point to the web site.

Note: There is still a dangling link to doc/avahi.md in README.md but
there is no matching documentation on the web site.
  • Loading branch information
imobachgs authored Dec 3, 2024
2 parents 2deadf9 + e471cae commit d7ceabb
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions PACKAGING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ The Agama packages are available in the
OBS project. These packages are automatically updated whenever the master branch is changed or when
a new version is released.

You can find more details the automatic OBS synchronization in the
[obs_integration.md](doc/obs_integration.md) file.
You can find more details the automatic OBS synchronization at
[obs_integration.md](https://agama-project.github.io/docs/devel/obs_integration).

The process to build each package is slightly different depending on the technology we are using.
While the Ruby-based one (`rubygem-agama-yast`) is built as any other YaST package, the Agama server
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ If you have troubles or you want to know more about this feature, check our
## Other Resources

- If you want to know how Agama works, you should read about
[Agama's architecture](/doc/architecture.md)
[Agama's architecture](https://agama-project.github.io/docs/devel/architecture)
- If you would like to [contribute](#how-to-contribute), you might be interested in:
- [Running Agama from sources](./doc/running.md).
- [Running Agama from sources](https://agama-project.github.io/docs/devel/running).
- [Working with Agama's web server](./rust/WEB-SERVER.md).
- [Working with Agama's web UI](./web/README.md).
- You can check the overall status of the project through the [status page](/STATUS.md).
Expand Down
7 changes: 4 additions & 3 deletions autoinstallation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ approach might sound familiar to AutoYaST users. On the other hand, Agama can ac
shell script, enabling custom pre-installation workflows.

Although Agama defines its own [profile format](../rust/agama-lib/share/profile.schema.json), it is
able to partially handle AutoYaST profiles. Please, check the [AutoYaST support document](../doc/
autoyast.md) for further information.
able to partially handle AutoYaST profiles. Please, check the [AutoYaST support document](
https://agama-project.github.io/docs/user/autoyast) for further information.

## Profile-based installation

Expand Down Expand Up @@ -235,7 +235,8 @@ Using the correct extension in the file name is important:
- `.jsonnet` enables dynamic content through Jsonnet.
- `.json` assumes the profile is just a JSON file, so no dynamic content is expected.
- `.xml`, `.erb` or a trailing slash (`/`) indicates that you want to import an AutoYaST profile.
Check [autoyast.md](../doc/autoyast.doc) for further information.
Check the [AutoYaST support document](https://agama-project.github.io/docs/user/autoyast)
for further information.
- `.sh` would be interpreted as a shell script.

## Caveats
Expand Down
3 changes: 2 additions & 1 deletion rust/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Agama Server

According to [Agama's architecture](../doc/architecture.md) this project implements the following components:
According to [Agama's architecture](https://agama-project.github.io/docs/devel/architecture)
this project implements the following components:

* The *Agama server*, excluding *Agama YaST* which lives in the [service](../service) directory.
* The *Agama D-Bus service*.
Expand Down
3 changes: 2 additions & 1 deletion service/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Agama YaST

According to [Agama's architecture](../doc/architecture.md) this project implements the following components:
According to [Agama's architecture](https://agama-project.github.io/docs/devel/architecture)
this project implements the following components:

* The *Agama YaST*, the layer build on top of YaST functionality.

Expand Down

0 comments on commit d7ceabb

Please sign in to comment.