Skip to content

Commit d65280a

Browse files
committed
fix: update readme and add missing permission
1 parent 028466e commit d65280a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/cmake-multiple-platform.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
permissions:
2727
contents: write
2828
pull-requests: write
29+
issues: write
2930
repository-projects: write
3031
runs-on: ubuntu-latest
3132
outputs:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ plg install plugify-module-cpp
6666

6767
2. **Write C++ Plugins**
6868

69-
Develop your plugins in C++ using the Plugify C++ API. Refer to the [Plugify C++ Plugin Guide](https://untrustedmodders.github.io/en/developing/plugins/first-plugin) for detailed instructions.
69+
Develop your plugins in C++ using the Plugify C++ API. Refer to the [Plugify C++ Plugin Guide](https://untrustedmodders.github.io/languages/cpp/first-plugin) for detailed instructions.
7070

7171
3. **Build and Install Plugins**
7272

0 commit comments

Comments
 (0)