diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 07afde1..d7116d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,6 +58,7 @@ pages: - pwd - ls - make docs + - echo "https://framasoft.frama.io/framaspace/argos/* https://argos-monitoring.framasoft.org/:splat 301" > public/_redirects artifacts: paths: - public/ diff --git a/CHANGELOG.md b/CHANGELOG.md index d421232..4e41199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - 📝 — Improve documentation - ✨ — Add command to warn if it’s been long since last viewing an agent (fix #49) - 💥 — Change default config file path to argos-config.yaml (fix #36) +- 📝 — New documentation URL: doc is now on https://argos-monitoring.framasoft.org/ ## 0.1.1 diff --git a/README.md b/README.md index 897cbc1..cd8651a 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A monitoring and status board for your websites. Internally, a HTTP API is exposed, and a job queue is used to distribute the checks to the agents. -- [Online documentation](http://framasoft.frama.io/framaspace/argos) +- [Online documentation](https://argos-monitoring.framasoft.org/) - [Issue tracker](https://framagit.org/framasoft/framaspace/argos/-/issues) ## Requirements diff --git a/argos/commands.py b/argos/commands.py index e9b0f34..bc5cc92 100644 --- a/argos/commands.py +++ b/argos/commands.py @@ -123,7 +123,7 @@ def agent(server_url, auth, max_tasks, wait_time, log_level): def start(host, port, config, reload): """Starts the server (use only for testing or development!) - See https://framasoft.frama.io/framaspace/argos/deployment/systemd.html#server + See https://argos-monitoring.framasoft.org/deployment/systemd.html#server for advices on how to start the server for production. """ os.environ["ARGOS_YAML_FILE"] = config diff --git a/argos/server/templates/base.html b/argos/server/templates/base.html index a623714..272949c 100644 --- a/argos/server/templates/base.html +++ b/argos/server/templates/base.html @@ -71,7 +71,7 @@