Skip to content

doc: fix proposal reference link in Chunked guide - #282

Open
shubhransh-gupta wants to merge 1 commit into
apple:mainfrom
shubhransh-gupta:fix/chunked-guide-proposal-link
Open

doc: fix proposal reference link in Chunked guide#282
shubhransh-gupta wants to merge 1 commit into
apple:mainfrom
shubhransh-gupta:fix/chunked-guide-proposal-link

Conversation

@shubhransh-gupta

Copy link
Copy Markdown

Summary

Resolves #279.

In Guides/Chunked.md (line 48), the link to the Swift Evolution proposal was written using parenthesized markdown link syntax:
[proposed](proposal)
instead of reference link syntax:
[proposed][proposal]

Since line 74 already defines the reference [proposal]: https://github.com/apple/swift-evolution/pull/935, using [proposed](proposal) caused GitHub to attempt rendering a relative file link pointing to Guides/proposal (resulting in a 404).

Changes

  • Updated [proposed](proposal) to [proposed][proposal] in Guides/Chunked.md.
  • Verified all 224 unit tests pass with swift test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Guides/Chunked.md: [proposed](proposal) link is a leftover placeholder

1 participant