From 50e763790ad5b3c6ff1ebee1b455a9a25e37ddd0 Mon Sep 17 00:00:00 2001 From: "Drosdzoll, Thomas (DI FA CTR EE PO2)" Date: Tue, 26 Aug 2025 14:08:52 +0200 Subject: [PATCH 1/3] fix(docs): Fixes wrong URLs to pictures --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index 829b1cc..cf94684 100644 --- a/profile/README.md +++ b/profile/README.md @@ -33,7 +33,7 @@ You may stay informed about the activities inside the community by checking out
Show screenshot ... -![main](/images/subscribe_notifications.png) +![main](../docs/assets/images/subscribe_notifications.png)
From 26ef24b066574e4d30490704b898fde645107bc1 Mon Sep 17 00:00:00 2001 From: "Drosdzoll, Thomas (DI FA CTR EE PO2)" Date: Tue, 26 Aug 2025 14:26:29 +0200 Subject: [PATCH 2/3] exchange link check --- .github/workflows/check-links-workflow.yml | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/.github/workflows/check-links-workflow.yml b/.github/workflows/check-links-workflow.yml index 7320752..d271ec2 100644 --- a/.github/workflows/check-links-workflow.yml +++ b/.github/workflows/check-links-workflow.yml @@ -13,15 +13,8 @@ jobs: - name: Checkout code uses: actions/checkout@v3 - - name: Link Checker - uses: lycheeverse/lychee-action@v1.8.0 + - name: Check links + uses: gaurav-nelson/github-action-markdown-link-check@v1 with: - args: --verbose --no-progress '**/*.md' - fail: true - format: markdown - config: | - exclude = [ - "^https://code\\.siemens\\.com" - ] - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + check-modified-files-only: 'yes' + base-branch: 'main' \ No newline at end of file From f5628ab093fedbb91d42acf665207d4a41a3df87 Mon Sep 17 00:00:00 2001 From: "Drosdzoll, Thomas (DI FA CTR EE PO2)" Date: Tue, 26 Aug 2025 14:33:11 +0200 Subject: [PATCH 3/3] fix more links --- profile/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/profile/README.md b/profile/README.md index cf94684..98516e9 100644 --- a/profile/README.md +++ b/profile/README.md @@ -18,14 +18,14 @@ The community is actively maintained by the [SIMATIC AX GitHub community admins] ## Community Resources The SIMATIC AX Open Source Community is a platform where you can find useful ST examples for SIMATIC AX: -- **[Application Examples](/docs/overview/appl-example.md)** - Ready-to-use applications for SIMATIC AX -- **[Example Libraries](/docs/overview/example-libraries.md)** - Libraries for use in your own projects -- **[Tutorials](/docs/overview/tutorials.md)** - Self-study materials -- **[Code Snippets](/docs/overview/code-snippets.md)** - Reusable code components -- **[Project Templates](/docs/overview/templates.md)** - Templates for quick project setup +- **[Application Examples](../docs/overview/appl-example.md)** - Ready-to-use applications for SIMATIC AX +- **[Example Libraries](../docs/overview/example-libraries.md)** - Libraries for use in your own projects +- **[Tutorials](../docs/overview/tutorials.md)** - Self-study materials +- **[Code Snippets](../docs/overview/code-snippets.md)** - Reusable code components +- **[Project Templates](../docs/overview/templates.md)** - Templates for quick project setup ## Contributing -Thanks for your interest in contributing to the community! We suggest you read our [contributing guidelines](/CONTRIBUTING.md). +Thanks for your interest in contributing to the community! We suggest you read our [contributing guidelines](../CONTRIBUTING.md). ## Stay Informed @@ -41,7 +41,7 @@ You may stay informed about the activities inside the community by checking out ## Using packages in your projects -If you want to use packages from the "@simatic-ax" community scope in your SIMATIC AX projects, you have to login to the GitHub container registry using a personal access token. How to do this is explained in detail [here](/docs/personalaccesstoken.md). +If you want to use packages from the "@simatic-ax" community scope in your SIMATIC AX projects, you have to login to the GitHub container registry using a personal access token. How to do this is explained in detail [here](../docs/personalaccesstoken.md). Just add the following registry to your apax.yml file, login with apax and start exploring our community packages. ```yml