From db9f60275badfccc45a74cc3cce412a7fcd61b6b Mon Sep 17 00:00:00 2001 From: "Vipul Gupta (@vipulgupta2048)" Date: Mon, 13 Nov 2023 15:12:24 +0530 Subject: [PATCH] patch: Fix links & remove lychee cache Signed-off-by: Vipul Gupta (@vipulgupta2048) --- .github/workflows/link-checker.yml | 8 -------- pages/learn/more/glossary.md | 2 +- shared/getting-started/whatYouNeed/asus-tinker-board-s.md | 2 +- shared/getting-started/whatYouNeed/asus-tinker-board.md | 2 +- 4 files changed, 3 insertions(+), 11 deletions(-) diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index 62b67bba88..14d04df4af 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -27,14 +27,6 @@ jobs: node-version: 16 - run: npm run deploy-docs - # Enable Lychee cache - - name: Restore lychee cache - uses: actions/cache@v3 - with: - path: .lycheecache - key: cache-lychee-${{ github.sha }} - restore-keys: cache-lychee- - # Run link checker on the generated HTML - name: Link Checker id: lychee diff --git a/pages/learn/more/glossary.md b/pages/learn/more/glossary.md index 1e9ce21ca4..17125011c8 100644 --- a/pages/learn/more/glossary.md +++ b/pages/learn/more/glossary.md @@ -331,7 +331,7 @@ Pine.js is a sophisticated rules-driven API engine that enables you to define ru ### Preset Preset is a data exploration and visualization platform, powered by open source Apache Superset. -See [Preset Playbook](https://github.com/balenaltd/handbook/tree/main/docs/tooling/preset-playbook) for more information. +See [Preset Playbook](https://github.com/balenaltd/handbook/blob/main/docs/tooling/preset-playbook.md) for more information. ### Pull request aka. PR 'also referred to as a merge request – is an event that takes place in software development when a contributor/developer is ready to begin the process of merging new code changes with the main project repository.' diff --git a/shared/getting-started/whatYouNeed/asus-tinker-board-s.md b/shared/getting-started/whatYouNeed/asus-tinker-board-s.md index 8e2dcc8c8c..d857d7a822 100644 --- a/shared/getting-started/whatYouNeed/asus-tinker-board-s.md +++ b/shared/getting-started/whatYouNeed/asus-tinker-board-s.md @@ -1,6 +1,6 @@ -* An [{{ $device.name }}](https://tinker-board.asus.com/product/tinker-board-s.html). See our [supported devices list][supportedDevicesList] for other boards. +* An [{{ $device.name }}](https://www.asus.com/networking-iot-servers/aiot-industrial-solutions/tinker-series/tinker-board-s/). See our [supported devices list][supportedDevicesList] for other boards. * A micro SD card. * A micro USB cable to power the device. * **[Optional]** An ethernet cable. diff --git a/shared/getting-started/whatYouNeed/asus-tinker-board.md b/shared/getting-started/whatYouNeed/asus-tinker-board.md index 5d2aeebacd..994efd943c 100644 --- a/shared/getting-started/whatYouNeed/asus-tinker-board.md +++ b/shared/getting-started/whatYouNeed/asus-tinker-board.md @@ -1,6 +1,6 @@ -* An [{{ $device.name }}](https://tinker-board.asus.com/product/tinker-board.html). See our [supported devices list][supportedDevicesList] for other boards. +* An [{{ $device.name }}](https://www.asus.com/networking-iot-servers/aiot-industrial-solutions/tinker-series/tinker-board/). See our [supported devices list][supportedDevicesList] for other boards. * A micro SD card. * A micro USB cable to power the device. * **[Optional]** An ethernet cable.