Skip to content

Commit

Permalink
Fix summary table links (#1450)
Browse files Browse the repository at this point in the history
Closes #1439

Signed-off-by: Cintia Sanchez Garcia <[email protected]>
  • Loading branch information
cynthia-sg authored Mar 4, 2024
1 parent d17a1e0 commit cc9c371
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
4 changes: 2 additions & 2 deletions docs/checks.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,11 @@ CASE SENSITIVE: false

**ID**: `summary_table`

The [Projects Summary Table](https://landscape.cncf.io/summary) is a CNCF Business Value Subcommittee initiative to supplement the CNCF Landscape and include further information about CNCF projects for the wider Cloud Native community.
The Projects Summary Table is a CNCF Business Value Subcommittee initiative to supplement the CNCF Landscape and include further information about CNCF projects for the wider Cloud Native community.

This check passes if:

- At least *one* of the [summary_* fields](https://github.com/cncf/landscape/blob/master/readme_summary.md#using-your-own-tooling) has been set in the project's *extra* section in the [Landscape yaml file](https://github.com/cncf/landscape/blob/master/landscape.yml).
- At least *one* of the [summary_* fields](https://github.com/cncf/landscape/blob/master/docs/item_summary.md) has been set in the project's *extra* section in the [Landscape yaml file](https://github.com/cncf/landscape/blob/master/landscape.yml).

### Website

Expand Down
7 changes: 2 additions & 5 deletions web/src/data.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -513,15 +513,12 @@ export const REPORT_OPTIONS: ReportOptionInfo = {
<span>
Projects should{' '}
<ExternalLink
href="https://github.com/cncf/landscape/blob/master/readme_summary.md"
href="https://github.com/cncf/landscape/blob/master/docs/item_summary.md"
className="text-decoration-underline"
>
provide some information
</ExternalLink>{' '}
for the{' '}
<ExternalLink href="https://landscape.cncf.io/summary" className="text-decoration-underline">
Landscape Summary Table
</ExternalLink>
for the Landscape Summary Table
</span>
),
reference: '/docs/topics/checks/#summary-table',
Expand Down
14 changes: 2 additions & 12 deletions web/src/layout/detail/report/__snapshots__/Row.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1154,24 +1154,14 @@ exports[`Row creates snapshot 1`] = `
<a
aria-label="Open external link"
class="link text-decoration-underline"
href="https://github.com/cncf/landscape/blob/master/readme_summary.md"
href="https://github.com/cncf/landscape/blob/master/docs/item_summary.md"
rel="noopener noreferrer"
tabindex="-1"
target="_blank"
>
provide some information
</a>
for the
<a
aria-label="Open external link"
class="link text-decoration-underline"
href="https://landscape.cncf.io/summary"
rel="noopener noreferrer"
tabindex="-1"
target="_blank"
>
Landscape Summary Table
</a>
for the Landscape Summary Table
</span>
</div>
<div
Expand Down

0 comments on commit cc9c371

Please sign in to comment.