Skip to content

Commit 8e67751

Browse files
committed
fix: use hugo relative URL references
Signed-off-by: Paul Horton <phorton@sonatype.com>
1 parent 9255ce9 commit 8e67751

6 files changed

Lines changed: 15 additions & 80 deletions

File tree

content/en/_index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: Sonatype Community Projects Handbook
33
---
44

55
{{< blocks/cover title="The Sonatype Open Source Community" image_anchor="top" height="full" >}}
6-
<a class="btn btn-lg btn-primary me-3 mb-4" href="/projects/flagship/">
6+
<a class="btn btn-lg btn-primary me-3 mb-4" href="{{< ref "/projects/flagship" >}}">
77
Our Flagship Projects <i class="fas fa-arrow-alt-circle-right ms-2"></i>
88
</a>
9-
<a class="btn btn-lg btn-secondary me-3 mb-4" href="/docs/">
9+
<a class="btn btn-lg btn-secondary me-3 mb-4" href="{{< ref "/docs" >}}">
1010
Get Involved <i class="fas fa-arrow-alt-circle-right ms-2"></i>
1111
</a>
1212
<p class="lead mt-5">Open Source projects maintained by Sonatype!</p>
@@ -31,12 +31,12 @@ Please follow this space for updates!
3131
{{% /blocks/feature %}}
3232

3333

34-
{{% blocks/feature icon="fab fa-github" title="Contributions welcome!" url="https://github.com/google/docsy-example" %}}
35-
We do a [Pull Request](https://github.com/google/docsy-example/pulls) contributions workflow on **GitHub**. New users are always welcome!
34+
{{% blocks/feature icon="fab fa-github" title="Contributions welcome!" url="https://github.com/sonatype-nexus-community/community-handbook.sonatype.com" %}}
35+
We do a [Pull Request](https://github.com/sonatype-nexus-community/community-handbook.sonatype.com/pulls) contributions workflow on **GitHub**. New users are always welcome!
3636
{{% /blocks/feature %}}
3737

3838

39-
{{% blocks/feature icon="fab fa-twitter" title="Follow us on Twitter!" url="https://twitter.com/docsydocs" %}}
39+
{{% blocks/feature icon="fab fa-twitter" title="Follow us on Twitter!" url="https://twitter.com/sonatype" %}}
4040
For announcement of latest features etc.
4141
{{% /blocks/feature %}}
4242

content/en/docs/_index.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,5 @@ linkTitle: Get Involved
44
menu: {main: {weight: 20}}
55
---
66

7-
This section is where the user documentation for your project lives - all the
8-
information your users need to understand and successfully use your project.
9-
10-
For large documentation sets we recommend adding content under the headings in
11-
this section, though if some or all of them don’t apply to your project feel
12-
free to remove them or add your own. You can see an example of a smaller Docsy
13-
documentation site in the [Docsy User Guide](https://docsy.dev/docs/), which
14-
lives in the [Docsy theme
15-
repo](https://github.com/google/docsy/tree/master/userguide) if you'd like to
16-
copy its docs section.
17-
18-
Other content such as marketing material, case studies, and community updates
19-
should live in the [About](/about/) and [Community](/community/) pages.
20-
21-
Find out how to use the Docsy theme in the [Docsy User
22-
Guide](https://docsy.dev/docs/). You can learn more about how to organize your
23-
documentation (and how we organized this site) in [Organizing Your
24-
Content](https://docsy.dev/docs/best-practices/organizing-content/).
7+
Wanting to engage with a Sonatype Community Project? This area documents the different
8+
ways of engaging with and the standards we expect our Community Projects to operate to.

content/en/docs/contributing/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ We thank you in advance for contributing to our Open Source Community!
1313
Contributions come is all shapes and sizes - and we welcome them all. We ask that for the benefit of the wider community the following guidelines are followed depending on the contribution you wish to make.
1414

1515
- **💡Want to discuss an idea?**
16-
*Read our guide on discussions and ideas [here](/docs/contributing/discussing-ideas/).*
16+
*Read our guide on discussions and ideas [here]({{< ref "/docs/contributing/discussing-ideas" >}}).*
1717
- **🪲 Want to report a bug or issue?**
18-
*Read our guide on issue reporting [here](/docs/contributing/reporting-issues/).*
18+
*Read our guide on issue reporting [here]({{< ref "/docs/contributing/reporting-issues" >}}).*
1919
- **🧑‍💻 Want to contribute a change?**
20-
*Read our guide on sumitting contributions [here](/docs/contributing/submitting).*
20+
*Read our guide on sumitting contributions [here]({{< ref "/docs/contributing/submitting" >}}).*

content/en/docs/introduction.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

content/en/docs/new-project/_index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@ weight: 20
1818

1919
### GitHub Repository Configuration
2020

21-
See our [GitHub Repository Configuration Standards](/docs/standards/github-repository).
22-
21+
See our [GitHub Repository Configuration Standards]({{< ref "/docs/standards/github-repository" >}}).

content/en/docs/standards/github-repository.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following Branch protection rules should be applied.
5353
* **Require review from Code Owners** Yes ✅
5454
* **Allow specified actors to bypass required pull requests** No ❌
5555
* **Require status checks to pass before merging** Yes ✅
56-
* *Checks according to [Code Quality](/docs/standards/code-quality/) and [Dependency Management](/docs/standards/dependency-management/) must be covered*
56+
* *Checks according to [Code Quality]({{< ref "/docs/standards/code-quality" >}}) and [Dependency Management]({{< ref "/docs/standards/dependency-management" >}}) must be covered*
5757
* **Require signed commits** Yes ✅
5858
* **Allow force pushes** No ❌
5959
* **Allow deletions** No ❌
@@ -72,7 +72,7 @@ Set both `Flagship-Project` and `Project-Status` accordingly.
7272

7373
#### Code security and analysis
7474

75-
* **Private vulnerability reporting** No ❌ - See [Reporting Issues](/docs/contributing/reporting-issues/)
76-
* **Dependabot** No ❌ - See [Dependency Management](docs/standards/dependency-management/)
77-
* **Code Scanning** No ❌ - See [Code Quality](docs/standards/code-quality/)
75+
* **Private vulnerability reporting** No ❌ - See [Reporting Issues]({{< ref "/docs/contributing/reporting-issues" >}})
76+
* **Dependabot** No ❌ - See [Dependency Management]({{< ref "/docs/standards/dependency-management" >}})
77+
* **Code Scanning** No ❌ - See [Code Quality]({{< ref "/docs/standards/code-quality" >}})
7878
* **Secret scanning** <span class="-text-accent-hot-pink">TBC</span>

0 commit comments

Comments
 (0)