diff --git a/reference/ams-http-api.md b/reference/ams-http-api.md index 7e70aa05..a4411ccf 100644 --- a/reference/ams-http-api.md +++ b/reference/ams-http-api.md @@ -1155,7 +1155,7 @@ Output: "images.version_lockstep": "true", // Prevent images of new minor releases to be pulled by AMS "registry.filter": "", // (comma separated list) Filter out applications without matching tags "registry.fingerprint": , // (string) Fingerprint of registry certificate - "registry.mode": "pull", // (pull/push/manual) Whether AMS should act as a client or publisher automatically synchronizing applications with AAR, or manually doing so. Please refer to https://anbox-cloud.io/docs/exp/aar for all details. + "registry.mode": "pull", // (pull/push/manual) Whether AMS should act as a client or publisher automatically synchronizing applications with AAR, or manually doing so. Please refer to https://anbox-cloud.io/docs/explanation/aar for all details. "registry.update_interval": "5s", // (time) Frequency of updates from registry "registry.url": "https://127.0.0.1:3000", // (string) URL of Anbox Application Registry "scheduler.strategy": "spread" // (spread|binpack) Container allocation schedule strategery diff --git a/reference/release-notes/release-notes-template.md b/reference/release-notes/release-notes-template.md index ecf06708..8a8e822b 100644 --- a/reference/release-notes/release-notes-template.md +++ b/reference/release-notes/release-notes-template.md @@ -2,7 +2,7 @@ The Anbox Cloud team is pleased to announce the release of Anbox Cloud < release-version >. -Please see [component versions](https://anbox-cloud.io/docs/ref/component-versions) for a list of updated components. +Please see [component versions](https://anbox-cloud.io/docs/reference/component-versions) for a list of updated components. ## New features & improvements