-
Notifications
You must be signed in to change notification settings - Fork 183
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
Failed the validation when use relative links #895
Merged
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
09d1589
Failed the validation when use relative links when enable the checkLi…
sima-zhu 6d75043
Merge branch 'master' into relative_link
sima-zhu 1b200a7
Addressed feedback
sima-zhu 04887d7
Fixed the bug of pkg name.
sima-zhu fcc0f0c
Update eng/common/scripts/Verify-Links.ps1
sima-zhu 6acc9af
Merge branch 'relative_link' of https://github.com/sima-zhu/azure-sdk…
sima-zhu 02d51a6
Added link guidance link
sima-zhu 901acdf
Merge branch 'master' into relative_link
sima-zhu b48ad15
Update eng/common/scripts/Verify-Links.ps1
sima-zhu e93148b
Update eng/common/scripts/Verify-Links.ps1
sima-zhu 519b473
Move all vars above
sima-zhu 1e5a167
Silent the archor links
sima-zhu 122f192
Silent the archor links
sima-zhu 824a3e1
Romove root url
sima-zhu 3f2d8cd
change the var name
sima-zhu b3a1f7e
missing parathesis
sima-zhu 0fe62c0
adjust the parameters
sima-zhu 27e9f6f
Pass the right parameters
sima-zhu ea224d4
default value
sima-zhu 53fd6e3
remove comma
sima-zhu 7f8cf43
fix the wrong check
sima-zhu d943b89
Skip the empty link
sima-zhu 9ba0e2e
Silent the empty link
sima-zhu 1cba484
small changes
sima-zhu b96fd2a
Added check for empty string
sima-zhu f4d1f6b
Added comments and more info in warning message
sima-zhu 21e23aa
Turn off the feature
sima-zhu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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.
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.
I don't think this should contain directory.
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.
The script is running against all the markdown under working directory, so we need to take in the $serviceDirectory for workingDirectory, otherwise we will run the entire repo e.g. /azure-sdk-for-java
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.
OK yes the dir is against the current working directory. However now we have a chance that the rooturl and the working directory are not in sync. We need to make those consistent.