Skip to content

Commit

Permalink
docs: fix more links that point to docs
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Vidal <nick@profian.com>
  • Loading branch information
Nick Vidal committed Jul 3, 2024
1 parent f7b16c9 commit 35cf336
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions src/components/Charter.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,28 @@ class Charter extends Component {
name: 'Use the Data',
text: 'The simplest thing you can do to get involved is to use the data.',
linkText: 'Learn more',
linkUrl: 'https://docs.clearlydefined.io/using-data'
linkUrl: 'https://docs.clearlydefined.io/docs/get-involved/using-data'
},
{
img: CurateData,
name: 'Curate Data',
text: 'Vet, discuss and merge contributions to the project.',
linkText: 'Learn more',
linkUrl: 'https://docs.clearlydefined.io/data-curation'
linkUrl: 'https://docs.clearlydefined.io/docs/get-involved/data-curation'
},
{
img: ContributeData,
name: 'Contribute Data',
text: 'Enhacing the data is something that anyone can do.',
linkText: 'Learn more',
linkUrl: 'https://docs.clearlydefined.io/contributing-data'
linkUrl: 'https://docs.clearlydefined.io/docs/get-involved/contributing-data'
},
{
img: ContributeCode,
name: 'Contribute Code',
text: 'It’s about the data but there is a non-trivial service that drives it.',
linkText: 'Learn more',
linkUrl: 'https://docs.clearlydefined.io/contributing-code'
linkUrl: 'https://docs.clearlydefined.io/docs/get-involved/contributing-code'
},
{
img: AddHarvest,
Expand All @@ -64,7 +64,7 @@ class Charter extends Component {
name: 'Adopt Practices',
text: 'Help ensure that the information for components is correct.',
linkText: 'Learn more',
linkUrl: 'https://docs.clearlydefined.io/adopting'
linkUrl: 'https://docs.clearlydefined.io/docs/get-involved/adopting'
}
]

Expand Down
6 changes: 3 additions & 3 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ export default class Footer extends Component {
</p>
</div>
<div className="col-md-4 footer-links col-12 ml-md-auto mt-md-0 mt-4">
<Link to="/" className="text-decoration-underline mx-2 d-inline text-white">Terms</Link>
<Link to="/" className="text-decoration-underline mx-2 d-inline text-white">Privacy</Link>
<Link to="/" className="text-decoration-underline mx-2 d-inline text-white">Notices</Link>
<Link to="https://docs.clearlydefined.io/docs/legal/terms" className="text-decoration-underline mx-2 d-inline text-white">Terms</Link>
<Link to="https://docs.clearlydefined.io/docs/legal/privacy" className="text-decoration-underline mx-2 d-inline text-white">Privacy</Link>
<Link to="https://docs.clearlydefined.io/docs/legal/NOTICES" className="text-decoration-underline mx-2 d-inline text-white">Notices</Link>
</div>
</div>
</div>
Expand Down
10 changes: 5 additions & 5 deletions src/components/GetInvolved.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,28 @@ class GetInvolved extends Component {
name: 'Use the Data',
text: 'The simplest thing you can do to get involved is to use the data.',
linkText: 'Learn more',
linkUrl: 'https://docs.clearlydefined.io/using-data'
linkUrl: 'https://docs.clearlydefined.io/docs/get-involved/using-data'
},
{
img: CurateData,
name: 'Curate Data',
text: 'Vet, discuss and merge contributions to the project.',
linkText: 'Learn more',
linkUrl: 'https://docs.clearlydefined.io/data-curation'
linkUrl: 'https://docs.clearlydefined.io/docs/get-involved/data-curation'
},
{
img: ContributeData,
name: 'Contribute Data',
text: 'Enhacing the data is something that anyone can do.',
linkText: 'Learn more',
linkUrl: 'https://docs.clearlydefined.io/contributing-data'
linkUrl: 'https://docs.clearlydefined.io/docs/get-involved/contributing-data'
},
{
img: ContributeCode,
name: 'Contribute Code',
text: 'It’s about the data but there is a non-trivial service that drives it.',
linkText: 'Learn more',
linkUrl: 'https://docs.clearlydefined.io/contributing-code'
linkUrl: 'https://docs.clearlydefined.io/docs/get-involved/contributing-code'
},
{
img: AddHarvest,
Expand All @@ -64,7 +64,7 @@ class GetInvolved extends Component {
name: 'Adopt Practices',
text: 'Help ensure that the information for components is correct.',
linkText: 'Learn more',
linkUrl: 'https://docs.clearlydefined.io/adopting'
linkUrl: 'https://docs.clearlydefined.io/docs/get-involved/adopting'
}
]

Expand Down
2 changes: 1 addition & 1 deletion src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class Header extends Component {
<div className="d-flex justify-content-end align-items-center">
<nav className="top-nav px-2 d-flex justify-content-center align-items-center">
<ul role="group">
<NavItem href="https://docs.clearlydefined.io/get-involved">Get Involved</NavItem>
<NavItem href="https://docs.clearlydefined.io/docs/get-involved/intro">Get Involved</NavItem>
{this.renderLogin()}
</ul>
</nav>
Expand Down
10 changes: 5 additions & 5 deletions src/components/Navigation/Pages/PageStats/PageStats.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,28 +61,28 @@ class PageStats extends Component {
name: 'Use the Data',
text: 'The simplest thing you can do to get involved is to use the data.',
linkText: 'Learn more',
linkUrl: 'https://docs.clearlydefined.io/using-data'
linkUrl: 'https://docs.clearlydefined.io/docs/get-involved/using-data'
},
{
img: CurateData,
name: 'Curate Data',
text: 'Vet, discuss and merge contributions to the project.',
linkText: 'Learn more',
linkUrl: 'https://docs.clearlydefined.io/data-curation'
linkUrl: 'https://docs.clearlydefined.io/docs/get-involved/data-curation'
},
{
img: ContributeData,
name: 'Contribute Data',
text: 'Enhacing the data is something that anyone can do.',
linkText: 'Learn more',
linkUrl: 'https://docs.clearlydefined.io/contributing-data'
linkUrl: 'https://docs.clearlydefined.io/docs/get-involved/contributing-data'
},
{
img: ContributeCode,
name: 'Contribute Code',
text: 'It’s about the data but there is a non-trivial service that drives it.',
linkText: 'Learn more',
linkUrl: 'https://docs.clearlydefined.io/contributing-code'
linkUrl: 'https://docs.clearlydefined.io/docs/get-involved/contributing-code'
},
{
img: AddHarvest,
Expand All @@ -96,7 +96,7 @@ class PageStats extends Component {
name: 'Adopt Practices',
text: 'Help ensure that the information for components is correct.',
linkText: 'Learn more',
linkUrl: 'https://docs.clearlydefined.io/adopting'
linkUrl: 'https://docs.clearlydefined.io/docs/get-involved/adopting'
}
]

Expand Down

0 comments on commit 35cf336

Please sign in to comment.