Fix broken Linux command-line guide link - #6929
Conversation
|
I updated the replacement link to use the newer Ubuntu Desktop documentation URL. I re-ran:
|
fujitatomoya
left a comment
There was a problem hiding this comment.
https://www2.cs.sfu.ca/~ggbaker/reference/unix/ seems working with no problems for me, what is the problem on this site? and this PR needs rebase.
|
Thank you for the PR!
|
|
friendly ping @dlanov |
|
Thanks for the ping, and sorry I missed the earlier feedback. I'll rebase the branch, resolve the conflict, and update the prerequisite to keep both the existing SFU guide and the Ubuntu command-line guide as alternatives. |
Signed-off-by: Dennis Lanov <dennis.lanov@gmail.com>
6afabaa to
f54287a
Compare
|
Thanks for the feedback. I've rebased the branch onto the latest rolling and updated the prerequisite to keep both the existing SFU guide and the Ubuntu guide as alternatives. I also re-ran the HTML build, lint, spellcheck, and diff checks. |
* Add alternative Linux command-line guide (#6929) Signed-off-by: Dennis Lanov <dennis.lanov@gmail.com> (cherry picked from commit ebe356a) # Conflicts: # source/Tutorials/Beginner-Client-Libraries/Creating-A-Workspace/Creating-A-Workspace.rst * Fixed merge Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com> --------- Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com> Co-authored-by: Dennis Lanov <155569926+dlanov@users.noreply.github.com> Co-authored-by: Alejandro Hernandez Cordero <ahcorde@gmail.com>
* Add alternative Linux command-line guide (#6929) Signed-off-by: Dennis Lanov <dennis.lanov@gmail.com> (cherry picked from commit ebe356a) # Conflicts: # source/Tutorials/Beginner-Client-Libraries/Creating-A-Workspace/Creating-A-Workspace.rst * Fixed merge Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com> --------- Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com> Co-authored-by: Dennis Lanov <155569926+dlanov@users.noreply.github.com> Co-authored-by: Alejandro Hernandez Cordero <ahcorde@gmail.com> Co-authored-by: Tomoya Fujita <fujita.tomoya@triorb.co.jp>
* Add alternative Linux command-line guide (#6929) Signed-off-by: Dennis Lanov <dennis.lanov@gmail.com> (cherry picked from commit ebe356a) # Conflicts: # source/Tutorials/Beginner-Client-Libraries/Creating-A-Workspace/Creating-A-Workspace.rst * Fixed merge Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com> --------- Signed-off-by: Alejandro Hernandez Cordero <ahcorde@gmail.com> Co-authored-by: Dennis Lanov <155569926+dlanov@users.noreply.github.com> Co-authored-by: Alejandro Hernandez Cordero <ahcorde@gmail.com> Co-authored-by: Tomoya Fujita <fujita.tomoya@triorb.co.jp>
Summary
This PR improves the Linux command-line prerequisite in the Creating a Workspace tutorial.
Based on maintainer feedback, the existing SFU Unix/Linux guide is retained and the Ubuntu beginner command-line guide is added as an alternative.
Changes
Testing
I ran:
make htmlmake lintmake spellcheckgit diff --checkThe documentation build succeeded, lint reported no problems, spellcheck passed, and
git diff --checkreturned no issues.Part of #4209.
AI assistance disclosure
I used Claude Code to help prepare the documentation change, then manually reviewed the diff and test results before submitting.