Skip to content

Commit

Permalink
Merge pull request #2853 from balena-io/vipul/fix-them-links
Browse files Browse the repository at this point in the history
Fix links & remove lychee cache
  • Loading branch information
vipulgupta2048 authored Nov 13, 2023
2 parents 6fac6c1 + db9f602 commit 2f77525
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
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

0 comments on commit 2f77525

Please sign in to comment.