mastodon / mastodon/documentation
Schema link broken - should be relative
Nobody has claimed this yet.
- Dominant language
- SCSS
- Stars
- 1.7k
- Forks
- 978
- PR merge metrics
- No merged PRs in 30d
Description
The documentation at https://docs.joinmastodon.org/spec/activitypub/#PropertyValue says:
As noted above while listing the schema.org @context extensions, Mastodon currently incorrectly expects and maps the term […]
However, that link goes to the root domain /#schema.
Instead, it should be relative - https://docs.joinmastodon.org/spec/activitypub#schema
Source:
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open content/en/spec/activitypub.md around line 607 and inspect the schema.org @context extensions link. Replace the root-domain link with the relative link targeting the schema section in the ActivityPub page. Done means the rendered documentation link resolves to /spec/activitypub#schema.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- markdown
- Domain
- documentation
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 95/100