From a128f402c9d3304965c2071aee44749334fa09ab Mon Sep 17 00:00:00 2001 From: Moreal Date: Tue, 5 Nov 2024 09:51:39 +0900 Subject: [PATCH 1/2] Check links --- .github/workflows/links.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/links.yml diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml new file mode 100644 index 0000000..5fc1602 --- /dev/null +++ b/.github/workflows/links.yml @@ -0,0 +1,27 @@ +name: Links + +on: + workflow_dispatch: + schedule: + - cron: "00 18 * * *" + pull_request: + +jobs: + check-links-in-locals: + if: github.event_name == 'pull_request' + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Check broken links + uses: lycheeverse/lychee-action@v2 + with: + args: --method GET --fallback-extensions md --exclude dorahacks.io --exclude-path */forum-trunk */**/*.md + + check-links-in-remote: + if: github.event_name != 'pull_request' + runs-on: ubuntu-latest + steps: + - name: Check broken links + uses: lycheeverse/lychee-action@v2 + with: + args: --method GET --fallback-extensions md --exclude dorahacks.io --exclude-path */forum-trunk https://nine-chronicles.dev/ From 9f52dcaac2c20cf5851785baaf4bd0a33cbe2b8b Mon Sep 17 00:00:00 2001 From: Moreal Date: Tue, 5 Nov 2024 09:53:41 +0900 Subject: [PATCH 2/2] Fix broken links --- en/event/for-non-developer.md | 2 +- ko/event/for-non-developer.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/event/for-non-developer.md b/en/event/for-non-developer.md index 373d72f..a57eb99 100644 --- a/en/event/for-non-developer.md +++ b/en/event/for-non-developer.md @@ -7,7 +7,7 @@ Once you've followed through to the end, if you feel inspired, we encourage you ## Modding Setup and Goal Now let’s explain our goal. You'll be setting up your environment to create a website that can display avatar information from Nine Chronicles. -We’ll walk you through the basics, and you can follow the [Avatar Information Dapp Guide](https://modding/guide/avatar-information-dapp-guide) later to build the website step-by-step. +We’ll walk you through the basics, and you can follow the [Avatar Information Dapp Guide](../tutorials/modding/avatar-information-dapp-guide) later to build the website step-by-step. By the end of this guide, you'll have everything set up and ready to dive into that guide! diff --git a/ko/event/for-non-developer.md b/ko/event/for-non-developer.md index b464e38..f5b17ae 100644 --- a/ko/event/for-non-developer.md +++ b/ko/event/for-non-developer.md @@ -6,7 +6,7 @@ Nine Chronicles Modathon에 관심이 있는 비개발자 여러분, 환영합 ## 모딩 설정 및 목표 -저희의 목표는 Nine Chronicles 아바타 정보를 표시할 수 있는 웹사이트를 만들기 위한 환경을 구성한 다음 [아바타 정보 Dapp 가이드](https://modding/guide/avatar-information-dapp-guide)를 따라 웹사이트를 만들어볼겁니다. +저희의 목표는 Nine Chronicles 아바타 정보를 표시할 수 있는 웹사이트를 만들기 위한 환경을 구성한 다음 [아바타 정보 Dapp 가이드](../tutorials/modding/avatar-information-dapp-guide)를 따라 웹사이트를 만들어볼겁니다. 튜토리얼이 끝나고 나서 본인의 아이디어를 추가한 새로운 앱을 만들어보세요!