From 2dde3530dd5dcd2951fe15e2d79c1cee68e28a1b Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Tue, 25 Feb 2025 18:54:28 +0200 Subject: [PATCH] Update GitHub links (#1052) --- .github/workflows/main.yml | 2 +- .github/workflows/test.yml | 2 +- docusaurus.config.js | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index cb05db93..8f8f2bf7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,4 +28,4 @@ jobs: # Runs a single command using the runners shell - name: Run a one-line script run: | - grep -r -Eoh "(https?://github.com/[a-zA-Z0-9./?=_%:-]*)" $GITHUB_WORKSPACE | sort -u | grep -v "://github.com/allegroai/clearml-docs" | xargs -n 1 sh -c 'curl --output /dev/null --silent --head --fail $0 || curl --output /dev/null --silent --head --fail --write-out "%{url_effective}: %{http_code}\n" $0' + grep -r -Eoh "(https?://github.com/[a-zA-Z0-9./?=_%:-]*)" $GITHUB_WORKSPACE | sort -u | grep -v "://github.com/clearml/clearml-docs" | xargs -n 1 sh -c 'curl --output /dev/null --silent --head --fail $0 || curl --output /dev/null --silent --head --fail --write-out "%{url_effective}: %{http_code}\n" $0' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 878dfa8a..843730c9 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: env: INCOMING_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }} with: - text: Link Checker failure in github.com/allegroai/clearl-docs + text: Link Checker failure in github.com/clearml/clearl-docs blocks: | [ {"type": "section", "text": {"type": "mrkdwn", "text": "Testing!"}} diff --git a/docusaurus.config.js b/docusaurus.config.js index 8f43d461..9daa5d95 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -68,7 +68,7 @@ module.exports = { }, announcementBar: { id: 'supportus', - content: 'If you ❤️ ️ClearML, ⭐️ us on GitHub!', + content: 'If you ❤️ ️ClearML, ⭐️ us on GitHub!', isCloseable: true, }, navbar: { @@ -168,7 +168,7 @@ module.exports = { 'aria-label': 'Twitter', }, { - href: 'https://github.com/allegroai/clearml', + href: 'https://github.com/clearml/clearml', position: 'right', className: 'header-ico header-ico--github', 'aria-label': 'GitHub repository', @@ -215,7 +215,7 @@ module.exports = { }, { label: 'GitHub', - href: 'https://github.com/allegroai/clearml', + href: 'https://github.com/clearml/clearml', }, ], }, @@ -233,13 +233,13 @@ module.exports = { // Please change this to your repo. breadcrumbs: false, editUrl: - 'https://github.com/allegroai/clearml-docs/edit/main/', + 'https://github.com/clearml/clearml-docs/edit/main/', }, // API: { // sidebarPath: require.resolve('./sidebars.js'), // // Please change this to your repo. // editUrl: - // 'https://github.com/allegroai/clearml-docs/edit/main/', + // 'https://github.com/clearml/clearml-docs/edit/main/', // }, blog: { blogTitle: 'ClearML Tutorials', @@ -249,7 +249,7 @@ module.exports = { showReadingTime: true, // Please change this to your repo. editUrl: - 'https://github.com/allegroai/clearml-docs/edit/main/tutorials/', + 'https://github.com/clearml/clearml-docs/edit/main/tutorials/', }, theme: { customCss: require.resolve('./src/css/custom.css'),