From d6259425518667953193b052100ee894f95f58ed Mon Sep 17 00:00:00 2001 From: Chris Paggen Date: Thu, 2 Jul 2020 11:31:17 +0200 Subject: [PATCH] Update README.md replacing HREF with HTML Hyperlink in MD format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bff842f..8f4bbe2 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ It provides a pythonic library that allows developers to quickly develop and tes **Complete.** Covers the entire APIC REST API. -**Robust.** Integrate with https://developer.cisco.com/site/apic-mim-ref-api/ for client side validation and testing. +**Robust.** Integrate with the [ACI object model][acimodel] for client side validation and testing. **Light.** Keep the code lean, making it easier to test, optimize and use.