From 6902f2a97d0eca9d411e5a46579da52679bed9b9 Mon Sep 17 00:00:00 2001 From: ddrone Date: Thu, 25 Aug 2016 19:04:35 +0100 Subject: [PATCH] Add a link to API spec (#27158) --- pkg/analysis_server/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/analysis_server/README.md b/pkg/analysis_server/README.md index e5d6caa088d..15bb48702c9 100644 --- a/pkg/analysis_server/README.md +++ b/pkg/analysis_server/README.md @@ -12,10 +12,11 @@ not have a human-friendly user interface. Clients (typically tools, such as an editor) are expected to run the analysis server in a separate process and communicate with it using a JSON protocol. The -protocol is specified in the file `analysis_server/doc/api.html`. +protocol is specified in the file [`analysis_server/doc/api.html`][api]. ## Features and bugs Please file feature requests and bugs at the [issue tracker][tracker]. -[tracker]: https://code.google.com/p/dart/issues \ No newline at end of file +[tracker]: https://code.google.com/p/dart/issues +[api]: https://htmlpreview.github.io/?https://github.com/dart-lang/sdk/blob/master/pkg/analysis_server/doc/api.html