-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use deep links in cross-spec references #2014
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ralfhandl
previously approved these changes
Oct 23, 2024
ralfhandl
reviewed
Oct 23, 2024
odata-protocol/1 Introduction.md
Outdated
@@ -296,7 +296,7 @@ The edit URL of a property is the edit URL of the entity with appended | |||
segment(s) containing the path to the property. | |||
|
|||
Services are strongly encouraged to use the canonical URL for an entity | |||
as defined in [OData-URL](#ODataURL) for both the read URL and the edit URL of an | |||
as defined in [#OData-URL#CanonicalURL](#ODataURL) for both the read URL and the edit URL of an |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested change
as defined in [#OData-URL#CanonicalURL](#ODataURL) for both the read URL and the edit URL of an | |
as defined in [#OData-URL#CanonicalURL] for both the read URL and the edit URL of an |
mikepizzo
approved these changes
Nov 6, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The [OData-Protocol] spec references the two [OData-CSDL] specs (JSON and XML format) as two entries with separate hyperlinks. This is useful for text like
odata-specs/odata-protocol/1 Introduction.md
Lines 16 to 20 in 9439daa
All other specs reference the two [OData-CSDL] specs as one, see https://github.com/oasis-tcs/odata-specs/compare/HEAD..9439daa138217848097520383d302985ac47666c#diff-db5ad1be4d39d16383ddb159ad2e1168888539f3a62b9bdd79b7e72189e446bb.