Describe the documentation issue:
Several documentation issues need to be addressed in the landscape repository:
- Copyright year in footer configuration is showing 2025 instead of 2026
- Broken anchor link in CONTRIBUTING.md pointing to non-existent section
- Incorrect license links in both CONTRIBUTING.md and README.md
Location:
Copyright Year:
- File:
settings.yml
- Line: 142
- Current:
"Copyright © 2025 JSON Schema. All rights reserved."
- Expected:
"Copyright © 2026 JSON Schema. All rights reserved."
Broken Anchor Link:
- File:
CONTRIBUTING.md
- Line: 29
- Current: Links to
#improving-the-landscape- (non-existent section)
- Expected: Should link to
#improving-the-docs-
License Links:
-
File: CONTRIBUTING.md
-
Line: 86
-
Current: Links to website repo's CONTRIBUTING.md
-
Expected: Should link to README license section
-
File: README.md
-
Line: 54
-
Current: Links to website repo's CONTRIBUTING.md
-
Expected: Should link to main LICENSE file
Steps To Reproduce:
- Go to https://landscape.json-schema.org/
- Scroll to the bottom of the page
- Look at the footer copyright text
- See it displays "Copyright © 2025 JSON Schema. All rights reserved."
- Open CONTRIBUTING.md and click "Improving the Landscape" link in table of contents - it doesn't work
- Check license links in both CONTRIBUTING.md and README.md - they point to incorrect locations
Expected Behaviour:
All documentation should be accurate and up-to-date with working internal links and correct external references:
- Footer should display "Copyright © 2026 JSON Schema. All rights reserved."
- All internal anchor links should work correctly
- License links should point to the correct files
Are you working on this issue?
Yes
Do you think this work might require an [Architectural Decision Record (ADR)]? (significant or noteworthy)
No
Describe the documentation issue:
Several documentation issues need to be addressed in the landscape repository:
Location:
Copyright Year:
settings.yml"Copyright © 2025 JSON Schema. All rights reserved.""Copyright © 2026 JSON Schema. All rights reserved."Broken Anchor Link:
CONTRIBUTING.md#improving-the-landscape-(non-existent section)#improving-the-docs-License Links:
File:
CONTRIBUTING.mdLine: 86
Current: Links to website repo's CONTRIBUTING.md
Expected: Should link to README license section
File:
README.mdLine: 54
Current: Links to website repo's CONTRIBUTING.md
Expected: Should link to main LICENSE file
Steps To Reproduce:
Expected Behaviour:
All documentation should be accurate and up-to-date with working internal links and correct external references:
Are you working on this issue?
Yes
Do you think this work might require an [Architectural Decision Record (ADR)]? (significant or noteworthy)
No