From 3513b12141a910bde951802ebf0f51550efd1f16 Mon Sep 17 00:00:00 2001 From: tessier Date: Sat, 5 Dec 2020 18:13:23 +0900 Subject: [PATCH] [Fix] link syntax --- docs/nodes/custom.md | 2 +- templates/apidoc_custom.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/nodes/custom.md b/docs/nodes/custom.md index be0e3169..b223d533 100644 --- a/docs/nodes/custom.md +++ b/docs/nodes/custom.md @@ -3,4 +3,4 @@ id: custom title: Custom --- -For a full example check: https://diagrams.mingrammer.com/docs/getting-started/examples#rabbitmq-consumers-with-custom-nodes \ No newline at end of file +For a full example check: [Here](https://diagrams.mingrammer.com/docs/getting-started/examples#rabbitmq-consumers-with-custom-nodes). \ No newline at end of file diff --git a/templates/apidoc_custom.tmpl b/templates/apidoc_custom.tmpl index af42dcc2..d3c88200 100644 --- a/templates/apidoc_custom.tmpl +++ b/templates/apidoc_custom.tmpl @@ -3,4 +3,4 @@ id: {{ pvd }} title: {{ pvd|up_or_title(pvd) }} --- -For a full example check: https://diagrams.mingrammer.com/docs/getting-started/examples#rabbitmq-consumers-with-custom-nodes +For a full example check: [Here](https://diagrams.mingrammer.com/docs/getting-started/examples#rabbitmq-consumers-with-custom-nodes).