Update index.md - Updated invalid link for Revisions & Versions blog article. (#130)

Update index.md - Updated invalid link for Revisions & Versions blog article.
This commit is contained in:
Luke Murray 2024-05-29 01:45:17 +12:00 коммит произвёл GitHub
Родитель 907a19dd2f
Коммит c5c4692082
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -9,9 +9,9 @@ nav_order: 6
Versions and revisions provide you with elegant means to safely manage the lifecycle of your APIs.
Versions of APIs are differentiated by a version identifier (e.g. `v1`, `v2`, etc.) through a versioning scheme such as a version path in the URL, a header, or a query string. Multiple versions can and may often be active at the same time to provide continued service while breaking changes may be introduced in newer versions.
Versions of APIs are differentiated by a version identifier (e.g. `v1`, `v2`, etc.) through a versioning scheme such as a version path in the URL, a header, or a query string. Multiple versions can and may often be active at the same time to provide continued service, while breaking changes may be introduced in newer versions.
Revisions allow you to safely make _non-breaking_ changes to your API. Developers who consume the API can be given details about the changes. Revisions can safely be tested before being activated for your consumers. Revisions also allow you to rollback changes.
For more information, visit the [Versions & Revisions](https://azure.microsoft.com/en-us/blog/versions-revisions) documentation.
For more information, visit the [Revisions](https://learn.microsoft.com/azure/api-management/api-management-revisions) and [Versions](https://learn.microsoft.com/azure/api-management/api-management-versions).