-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[DOCS] Fix unreachable links in the document #19195
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
Conversation
|
Test build #81646 has finished for PR 19195 at commit
|
docs/building-spark.md
Outdated
|
|
||
| * it only scans the paths `src/main` and `src/test` (see | ||
| [docs](http://scala-tools.org/mvnsites/maven-scala-plugin/usage_cc.html)), so it will only work | ||
| [docs](http://davidb.github.io/scala-maven-plugin/example_compile.html)), so it will only work |
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.
@sarutak, what do you think about using http://davidb.github.io/scala-maven-plugin/example_cc.html instead? (I checked it although it looks not a big deal though as they have similar information).
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 confirmed Internet Archive and I found the link you suggested is more proper. I'll modify it soon. Thanks.
|
LGTM |
## What changes were proposed in this pull request? Recently, I found two unreachable links in the document and fixed them. Because of small changes related to the document, I don't file this issue in JIRA but please suggest I should do it if you think it's needed. ## How was this patch tested? Tested manually. Author: Kousuke Saruta <[email protected]> Closes #19195 from sarutak/fix-unreachable-link. (cherry picked from commit 9575582) Signed-off-by: Sean Owen <[email protected]>
|
Merged to master/2.2, and now that I look again here, realize the last tests technically didn't pass. As it's a doc change only that passed before, I can't see it will fail, but iwll keep an eye out. Oops. |
|
Test build #81680 has finished for PR 19195 at commit
|
## What changes were proposed in this pull request? Recently, I found two unreachable links in the document and fixed them. Because of small changes related to the document, I don't file this issue in JIRA but please suggest I should do it if you think it's needed. ## How was this patch tested? Tested manually. Author: Kousuke Saruta <[email protected]> Closes apache#19195 from sarutak/fix-unreachable-link. (cherry picked from commit 9575582) Signed-off-by: Sean Owen <[email protected]>
What changes were proposed in this pull request?
Recently, I found two unreachable links in the document and fixed them.
Because of small changes related to the document, I don't file this issue in JIRA but please suggest I should do it if you think it's needed.
How was this patch tested?
Tested manually.