From 00a02b30fe4915d1f0800ebcf13a281760d32062 Mon Sep 17 00:00:00 2001 From: Chris Rankin Date: Thu, 4 Jan 2018 18:05:06 +0000 Subject: [PATCH] Update link for Corda API strategy documentation. (#2316) --- gradle-plugins/api-scanner/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle-plugins/api-scanner/README.md b/gradle-plugins/api-scanner/README.md index 9f8fc4f674..a0256d480b 100644 --- a/gradle-plugins/api-scanner/README.md +++ b/gradle-plugins/api-scanner/README.md @@ -6,7 +6,7 @@ Generates a text summary of Corda's public API that we can check for API-breakin $ gradlew generateApi ``` -See [here](../../docs/source/api-index.rst) for Corda's public API strategy. We will need to +See [here](../../docs/source/corda-api.rst) for Corda's public API strategy. We will need to apply this plugin to other modules in future Corda releases as those modules' APIs stabilise. Basically, this plugin will document a module's `public` and `protected` classes/methods/fields,