From aeb88eb3139b22fe5cc0513ab9f45676fdcadbf5 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Jun 2015 13:44:26 +0100 Subject: [PATCH] Update the documentation to reflect that links can now be optional Closes gh-74 --- docs/src/docs/asciidoc/documenting-your-api.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docs/asciidoc/documenting-your-api.adoc b/docs/src/docs/asciidoc/documenting-your-api.adoc index dad31532..c8db048a 100644 --- a/docs/src/docs/asciidoc/documenting-your-api.adoc +++ b/docs/src/docs/asciidoc/documenting-your-api.adoc @@ -25,7 +25,7 @@ links. When documenting links, the test will fail if an undocumented link is found in the response. Similarly, the test will also fail if a documented link is not found in the -response. +response and the link has not be marked as optional.