Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit 0dc0087

Browse files
committed
chore: update git repo reference
1 parent b6966c5 commit 0dc0087

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.versionrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
{"type": "perf", "hidden": true},
1010
{"type": "test", "hidden": true}
1111
],
12-
"commitUrlFormat": "https://github.com/secure-dashboards/openjs-security-program-standards/commit/{{hash}}",
13-
"compareUrlFormat": "https://github.com/secure-dashboards/openjs-security-program-standards/{{previousTag}}...{{currentTag}}"
12+
"commitUrlFormat": "https://github.com/OpenPathfinder/website/commit/{{hash}}",
13+
"compareUrlFormat": "https://github.com/OpenPathfinder/website/{{previousTag}}...{{currentTag}}"
1414
}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ Most of the content of this website is autogenerated with Github Actions, this i
4343

4444
### Update the compliance checks
4545

46-
1. Go to [Actions: Sync and update Compliance Checks](https://github.com/secure-dashboards/openjs-security-program-standards/actions/workflows/sync_checks.yml) and run the action manually from the `main` branch. [how-to](https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-workflow-runs/manually-running-a-workflow)
47-
2. This will generate a PR with the title `[AUTO] Sync with dashboard database` and it will assign it to you ([direct access](https://github.com/secure-dashboards/openjs-security-program-standards/pulls?q=sort%3Aupdated-desc+is%3Apr+is%3Aopen++%5BAUTO%5D+Sync+with+dashboard+database+)). Please review the content and merge it when you feel ready.
46+
1. Go to [Actions: Sync and update Compliance Checks](https://github.com/OpenPathfinder/website/actions/workflows/sync_checks.yml) and run the action manually from the `main` branch. [how-to](https://docs.github.com/en/actions/managing-workflow-runs-and-deployments/managing-workflow-runs/manually-running-a-workflow)
47+
2. This will generate a PR with the title `[AUTO] Sync with dashboard database` and it will assign it to you ([direct access](https://github.com/OpenPathfinder/website/pulls?q=sort%3Aupdated-desc+is%3Apr+is%3Aopen++%5BAUTO%5D+Sync+with+dashboard+database+)). Please review the content and merge it when you feel ready.
4848

4949
### Manual update
5050

@@ -59,7 +59,7 @@ This will autopolulate the details and implementations sections of the website,
5959

6060
### Improve the content via PR(s)
6161

62-
If you want to enhance any page, you can do so as you would in any other project (via a Pull Request, [example](https://github.com/secure-dashboards/openjs-security-program-standards/pull/9)). However, please note certain rules, as some parts of the files are dynamically generated, and your changes could be overwritten.
62+
If you want to enhance any page, you can do so as you would in any other project (via a Pull Request, [example](https://github.com/OpenPathfinder/website/pull/9)). However, please note certain rules, as some parts of the files are dynamically generated, and your changes could be overwritten.
6363

6464
**Rules**
6565
1. Metadata is added automatically. Manual additions or modifications to metadata are not allowed.

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const config = {
4242
},
4343
items: [
4444
{
45-
href: 'https://github.com/secure-dashboards/openjs-security-program-standards',
45+
href: 'https://github.com/OpenPathfinder/website',
4646
label: 'Repository',
4747
position: 'right'
4848
}

0 commit comments

Comments
 (0)