From 09e57f4daa56c580b833df5db09a2c37a1cfa978 Mon Sep 17 00:00:00 2001 From: Ruoxuan Wang <52271048+ruowan@users.noreply.github.com> Date: Wed, 17 Mar 2021 17:29:02 +0800 Subject: [PATCH] Update openapi-authoring-automated-guidelines.md (#13181) --- documentation/openapi-authoring-automated-guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/openapi-authoring-automated-guidelines.md b/documentation/openapi-authoring-automated-guidelines.md index e581a0d69cf1..039bfe8cc913 100644 --- a/documentation/openapi-authoring-automated-guidelines.md +++ b/documentation/openapi-authoring-automated-guidelines.md @@ -1,6 +1,6 @@ # OpenAPI Specifications Authoring - Automated Guidelines # -This document lists the set of automated rules that can be validated against OpenAPI(swagger) spec by running [validation tools](https://github.com/Azure/adx-documentation-pr/blob/master/tools/tools.md). Please visit [here for Manual guidelines](openapi-authoring-manual-guidelines.md). +This document lists the set of automated rules that can be validated against OpenAPI(swagger) spec by running [validation tools](https://github.com/Azure/azure-openapi-validator#how-to-run-locally). Please visit [here for Manual guidelines](openapi-authoring-manual-guidelines.md). It is a requirement to conform to all manual and automated rules with severity "Error" before sending a pull request for review.