Skip to content

Fix a few missing entries and a broken link in the Table of Contents.#959

Merged
webron merged 1 commit intoOAI:OpenAPI.nextfrom
timburks:OpenAPI.next
Mar 27, 2017
Merged

Fix a few missing entries and a broken link in the Table of Contents.#959
webron merged 1 commit intoOAI:OpenAPI.nextfrom
timburks:OpenAPI.next

Conversation

@timburks
Copy link
Copy Markdown
Contributor

@timburks timburks commented Mar 3, 2017

I noticed a few entries were missing in the TOC, so I did a quick scan to pull out the link targets:

grep "#### <a name" 3.0.md | grep -v "#####" | sed -e "s/^.*\"\(.*\)\".*$/\1/"

That gave me a list of objects which I used to update the TOC. I also noticed that the linkObject anchor was "#linkObject", which seemed to break the TOC link in the current doc.

@ePaul
Copy link
Copy Markdown
Contributor

ePaul commented Mar 6, 2017

The # fixes #956 (I just some minutes ago opened #966 for this, with the same change, not having seen this PR).

I checked the new links in the TOC, all work.
👍

@fehguy fehguy closed this Mar 7, 2017
@webron webron reopened this Mar 7, 2017
@webron webron merged commit a2eba35 into OAI:OpenAPI.next Mar 27, 2017
@handrews handrews added this to the v3.0.0-rc1 milestone Feb 8, 2024
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.

5 participants