diff --git a/contributor-docs/development/tests/test-implementation-guide.md b/contributor-docs/development/tests/test-implementation-guide.md index 1fb34db5fa..5b900cbca5 100644 --- a/contributor-docs/development/tests/test-implementation-guide.md +++ b/contributor-docs/development/tests/test-implementation-guide.md @@ -148,5 +148,5 @@ In particular, this means: [gh-scripts]: https://github.com/SovereignCloudStack/standards/tree/main/Tests [cert-scopes]: https://docs.scs.community/standards/certification/scopes-versions [scs-rfc2119-guide]: https://docs.scs.community/contributor-docs/operations/tests/rfc2119-keyword-test-guide -[scs-0004-v1]: https://github.com/SovereignCloudStack/standards/blob/main/Standards/scs-0004-v1-achieving-certification.md +[scs-0004-v1]: https://docs.scs.community/standards/scs-0004-v1-achieving-certification#regulations [wiki-di]: https://en.wikipedia.org/wiki/Dependency_injection diff --git a/docs.package.json b/docs.package.json index 4e5b905df9..d5fbc4e57f 100644 --- a/docs.package.json +++ b/docs.package.json @@ -23,6 +23,12 @@ "target": "docs/02-iaas/", "label": "" }, + { + "repo": "SovereignCloudStack/standards", + "source": "Docs/guides/testing-guide/*", + "target": "docs/02-iaas/guides/testing-guide", + "label": "" + }, { "repo": "osism/osism.github.io", "source": "docs/cloud-in-a-box",