diff --git a/.github/workflows/linkchecker.yml b/.github/workflows/linkchecker.yml
new file mode 100644
index 0000000..f873637
--- /dev/null
+++ b/.github/workflows/linkchecker.yml
@@ -0,0 +1,15 @@
+name: Linkspector
+on: [push]
+jobs:
+ check-links:
+ name: runner / linkspector
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v4
+ - name: Run linkspector with reviewdog flags
+ uses: umbrelladocs/action-linkspector@v1
+ with:
+ github_token: ${{ secrets.github_token }}
+ reporter: github-check
+ filter_mode: nofilter
+ fail_on_error: true
\ No newline at end of file
diff --git a/README.md b/README.md
index c3f706d..058a6a8 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
-
+
[](https://x.com/onpopio/)
[](https://twitter.com/gor0gue)
@@ -13,7 +13,7 @@
> This template is used to generate parachains using [Pop CLI](https://github.com/r0gue-io/pop-cli) - an all-in-one tool for Polkadot development.
-> It is based on the [Polkadot SDK](https://github.com/paritytech/polkadot-sdk) and is updated by [R0GUE](r0gue.io) after releases in the main [Polkadot SDK monorepo](https://github.com/paritytech/polkadot-sdk).
+> It is based on the [Polkadot SDK](https://github.com/paritytech/polkadot-sdk) and is updated by [R0GUE](https://r0gue.io) after releases in the main [Polkadot SDK monorepo](https://github.com/paritytech/polkadot-sdk).
diff --git a/runtime/README.md b/runtime/README.md
index acd5939..63684d7 100644
--- a/runtime/README.md
+++ b/runtime/README.md
@@ -4,7 +4,7 @@
responsible for validating blocks and executing the state changes they define.
💁 The runtime in this template is constructed using ready-made FRAME pallets that ship with
-[Polkadot SDK](https://github.com/paritytech/polkadot-sdk), and a [template for a custom pallet](../pallets/README.md).
+[Polkadot SDK](https://github.com/paritytech/polkadot-sdk).
👉 Learn more about FRAME
[here](https://paritytech.github.io/polkadot-sdk/master/polkadot_sdk_docs/polkadot_sdk/frame_runtime/index.html).