Skip to content

Commit

Permalink
Update doc links on About page
Browse files Browse the repository at this point in the history
The overview and concepts documentation has been updated and
reorganised recently. The old overview link is now returning
a 404, update to point to the new location. Also update the
concepts link to point at the concept model page.
  • Loading branch information
AlanGreene authored and tekton-robot committed May 11, 2022
1 parent 4588841 commit dfb08ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/containers/About/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,11 @@ export function About({ intl }) {
<h2 className="tkn--section-title">
{intl.formatMessage({
id: 'dashboard.about.documentation',
defaultMessage: 'Documentation'
defaultMessage: 'Documentation and resources'
})}
</h2>
</header>
<ClickableTile href="https://tekton.dev/docs/overview/">
<ClickableTile href="https://tekton.dev/docs/concepts/overview/">
<div className="tkn--about-pictogram">
<DocsPictogram />
</div>
Expand All @@ -245,13 +245,13 @@ export function About({ intl }) {
<ArrowIcon className="tkn--about-arrow" />
</div>
</ClickableTile>
<ClickableTile href="https://tekton.dev/docs/concepts/">
<ClickableTile href="https://tekton.dev/docs/concepts/concept-model/">
<div className="tkn--about-pictogram">
<DocsPictogram />
</div>
<div className="tkn--about-docs-description">
<h3>Concepts</h3>
<p>Technical information and architecture</p>
<h3>Concept model</h3>
<p>Basic Tekton components and data model</p>
<ArrowIcon className="tkn--about-arrow" />
</div>
</ClickableTile>
Expand Down
2 changes: 1 addition & 1 deletion src/nls/messages_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"carbon.table.row.select": "Select row",
"carbon.table.row.unselect": "Unselect row",
"dashboard.about.description": "Tekton is a powerful and flexible open-source framework for creating CI/CD systems, allowing developers to build, test, and deploy across cloud providers and on-premises systems.",
"dashboard.about.documentation": "Documentation",
"dashboard.about.documentation": "Documentation and resources",
"dashboard.about.environmentDetails": "Environment details",
"dashboard.about.error": "Error getting data",
"dashboard.about.isReadOnly": "ReadOnly",
Expand Down

0 comments on commit dfb08ef

Please sign in to comment.