From 36f5593f8bbf93bdbe092ac19009e049b3be79ab Mon Sep 17 00:00:00 2001 From: Alejandro Gaspar Date: Sun, 16 Jul 2023 22:50:30 -0600 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fix=20typo=20in=20source?= =?UTF-8?q?=20page=20url=20in=20example=20site?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- exampleSite/content/samples/charts/index.md | 2 +- exampleSite/content/samples/diagrams-flowcharts/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/samples/charts/index.md b/exampleSite/content/samples/charts/index.md index b88624e4..477ae4d3 100755 --- a/exampleSite/content/samples/charts/index.md +++ b/exampleSite/content/samples/charts/index.md @@ -10,7 +10,7 @@ Congo includes support for Chart.js using the `chart` shortcode. Simply wrap the Refer to the [chart shortcode]({{< ref "docs/shortcodes#chart" >}}) docs for more details. -The examples below are a small selection taken from the [official Chart.js docs](https://www.chartjs.org/docs/latest/samples). You can also [view the page source](https://raw.githubusercontent.com/jpanther/congo/dev/exampleSite/content/samples/charts.md) on GitHub to see the markup. +The examples below are a small selection taken from the [official Chart.js docs](https://www.chartjs.org/docs/latest/samples). You can also [view the page source](https://raw.githubusercontent.com/jpanther/congo/dev/exampleSite/content/samples/charts/index.md) on GitHub to see the markup. ## Bar chart diff --git a/exampleSite/content/samples/diagrams-flowcharts/index.md b/exampleSite/content/samples/diagrams-flowcharts/index.md index d8a7448b..f87c13ae 100755 --- a/exampleSite/content/samples/diagrams-flowcharts/index.md +++ b/exampleSite/content/samples/diagrams-flowcharts/index.md @@ -10,7 +10,7 @@ Mermaid diagrams are supported in Congo using the `mermaid` shortcode. Simply wr Refer to the [mermaid shortcode]({{< ref "docs/shortcodes#mermaid" >}}) docs for more details. -The examples below are a small selection taken from the [official Mermaid docs](https://mermaid-js.github.io/mermaid/). You can also [view the page source](https://raw.githubusercontent.com/jpanther/congo/dev/exampleSite/content/samples/diagrams-flowcharts.md) on GitHub to see the markup. +The examples below are a small selection taken from the [official Mermaid docs](https://mermaid-js.github.io/mermaid/). You can also [view the page source](https://raw.githubusercontent.com/jpanther/congo/dev/exampleSite/content/samples/diagrams-flowcharts/index.md) on GitHub to see the markup. ## Flowchart