Skip to content

Commit 82e2945

Browse files
authored
Merge pull request #170 from aboutcode-org/mjh-editorial-2
Editorial updates for consistency/clarity
2 parents dd54231 + f95c3eb commit 82e2945

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

website/src/components/CapabilitiesGrid/index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@ const capabilities = [
66
{
77
title: 'License Detection',
88
description: 'Detect licenses in any codebase, whether open source, or proprietary; in source code and binaries. Powers dozens of open source and commercial SCA tools.',
9-
link: '/docs/getting_started/license-compliance/',
9+
link: '/docs/getting_started/license-compliance/#identify-licenses-for-software-and-for-data',
1010
},
1111
{
1212
title: 'Code Origin Matching',
1313
description: 'Identify code origin at package, file, and snippet level using PurlDB fingerprints and matching pipelines.',
14-
link: '/docs/getting_started/software-identification/',
14+
link: '/docs/getting_started/software-identification/#match-binaries-to-source',
1515
},
1616
{
1717
title: 'Binary Analysis',
1818
description: 'Match deployed binaries, containers, and firmware back to source packages. Analyze ELFs, PEs, Mach-Os, and archives.',
19-
link: '/docs/getting_started/software-identification/',
19+
link: '/docs/getting_started/software-identification/#match-binaries-to-source',
2020
},
2121
{
2222
title: 'Dependency Management',
2323
description: 'Resolve direct and transitive dependencies across package ecosystems with ScanCode pipelines and dedicated inspectors.',
24-
link: '/docs/getting_started/software-identification/',
24+
link: '/docs/getting_started/software-identification/#identify-software-dependencies',
2525
},
2626
{
2727
title: 'Vulnerability Management',
2828
description: 'Aggregate vulnerability data, map to affected packages, identify fixes, and score exploitability and risk for triage.',
29-
link: '/docs/getting_started/software-security/',
29+
link: '/docs/getting_started/software-security/#manage-risk-with-aggregated-vulnerability-data',
3030
},
3131
{
3232
title: 'SBOMs and Compliance',

website/src/components/EcosystemGrid/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -254,16 +254,16 @@ export default function EcosystemGrid() {
254254
<div className={styles.gridWrapper}>
255255
<GridSection
256256
id="licensing"
257-
title="License"
257+
title="Licenses"
258258
items={licenses}
259-
header_link={{ label: 'Get started with compliance', url: '/docs/getting_started/license-compliance/' }}
259+
header_link={{ label: 'Get started with license compliance', url: '/docs/getting_started/license-compliance/' }}
260260
intro={<p>AboutCode tracks over 2,500+ curated licenses across 12 categories. Browse all <a href="https://scancode-licensedb.aboutcode.org" target="_blank" rel="noopener noreferrer">2,500+ licenses</a> in the LicenseDB. Industry-leading license detection is backed by <a href="https://github.com/aboutcode-org/scancode-toolkit/tree/develop/src/licensedcode/data/rules" target="_blank" rel="noopener noreferrer">over 35,000 license notices</a> used as detection rules.</p>}
261261
/>
262262
<GridSection
263263
id="vuln-sources"
264264
title="Software vulnerabilities"
265265
items={vulnerability_sources}
266-
header_link={{ label: 'Get started with security', url: '/docs/getting_started/software-security/' }}
266+
header_link={{ label: 'Get started with software security', url: '/docs/getting_started/software-security/' }}
267267
intro={<p>AboutCode collects, correlates, and improves vulnerabilities from multiple advisory data sources, privileging upstream data. </p>}
268268
/>
269269
<GridSection
@@ -305,7 +305,7 @@ export default function EcosystemGrid() {
305305
id="vuln-reference-data"
306306
title="Vulnerability severity and other reference data"
307307
items={vulnerability_reference_data}
308-
header_link={{ label: 'Get started with security', url: '/docs/getting_started/software-security/' }}
308+
header_link={{ label: 'Get started with software security', url: '/docs/getting_started/software-security/' }}
309309
intro={<p>AboutCode imports vulnerability reference data in key industry formats, mapping these to PURL. </p>}
310310
/>
311311
</div>

website/src/components/HomepageContent/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default function HomepageContent() {
3838
className={styles.sectionHeader}
3939
style={{ marginBottom: '15px', marginTop: '15px' }}
4040
>
41-
<h2>Main capabilities</h2>
41+
<h2>Capabilities</h2>
4242
</div>
4343
<div className={styles.sectionIntro}>
4444
<p>AboutCode provides modular building blocks for software composition analysis,

website/src/data/projects-all.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
export const allProjectSources = [
1212
{
1313
id: 'application-projects',
14-
title: 'Apps for the software supply chains',
14+
title: 'Apps for software supply chains',
1515
data: [...projectsApplication, clearlyDefinedProject],
1616
},
1717
{

0 commit comments

Comments
 (0)