From e122b7fa973d1db75ef941486927d5c8c19fce83 Mon Sep 17 00:00:00 2001 From: David Gasquez Date: Thu, 9 Mar 2023 11:25:38 +0000 Subject: [PATCH] Fix examples link --- site/content/docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs.md b/site/content/docs.md index ef930dcd..282d81df 100644 --- a/site/content/docs.md +++ b/site/content/docs.md @@ -111,8 +111,8 @@ Now, your page should look like the following: You can check out the following examples built with Portal.js. -* [A portal for a single Frictionless dataset](#Build-a-single-Frictionless-dataset-portal) -* [A portal with a CKAN backend](#Build-a-CKAN-powered-dataset-portal) +* [A portal for a single Frictionless dataset](/learn/ckan) +* [A portal with a CKAN backend](/learn/single-frictionless-dataset) > The [`examples` directory](https://github.com/datopian/portal.js/tree/main/examples) is regularly updated with different portal examples.