Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links & remove lychee cache #2853

Merged
merged 1 commit into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pages/learn/more/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.'
Expand Down
2 changes: 1 addition & 1 deletion shared/getting-started/whatYouNeed/asus-tinker-board-s.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img style="float: right;padding-left: 10px;" src="/img/{{ $device.id }}/{{ $device.id }}.jpg" width="30%">

* 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.
Expand Down
2 changes: 1 addition & 1 deletion shared/getting-started/whatYouNeed/asus-tinker-board.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img style="float: right;padding-left: 10px;" src="/img/{{ $device.id }}/{{ $device.id }}.jpg" width="30%">

* 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.
Expand Down