-
Notifications
You must be signed in to change notification settings - Fork 318
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
docs(README): Fix several broken links #7700
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7700 +/- ##
=========================================
Coverage 67.06% 67.06%
Complexity 2042 2042
=========================================
Files 356 356
Lines 17045 17045
Branches 2438 2438
=========================================
Hits 11432 11432
Misses 4593 4593
Partials 1020 1020
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
f4970b3
to
e56ec04
Compare
33d52dd
to
c59b603
Compare
c59b603
to
574150e
Compare
Please also rebase to skip the first commit, which should be equal to @nnobelis's change. |
574150e
to
4c0d140
Compare
@@ -116,7 +116,7 @@ Depending on how ORT was installed, it can be run in the following ways: | |||
docker run ort --help | |||
``` | |||
|
|||
You can find further hints for using ORT with Docker in the [documentation](./docs/hints-for-use-with-docker.md). | |||
You can find further hints for using ORT with Docker in the [documentation](./website/docs/guides/docker.md). |
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.
Note that these changes might become obsolete with #7518, but as we don't know how long it will take to merge, I guess it's better to fix these now, even if temporarily.
README.md
Outdated
gathered in preceding stages and returns a list of policy violations, e.g. to flag license findings. | ||
* [*Reporter*](#reporter) - presents results in various formats such as visual reports, Open Source notices or | ||
Bill-Of-Materials (BOMs) to easily identify dependencies, licenses, copyrights or policy rule violations. | ||
* [*Analyzer*](./website/docs/tools/analyzer.md) - determines the dependencies of projects and their metadata, |
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.
Hmm, the commit message is a bit misleading, as they links were not actually broken (when browsing the README.md
on the GitHub project page). I'm unsure whether it is a better user experience to jump from the GitHub README.md
to the documentation side than staying at GitHub and jumping to the respective tool section. What do you think @mnonnenmacher?
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.
ping: @mnonnenmacher Could you reply to @sschuberth 's ask above to unblock this, please?
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 think as long as the sections exist in the README it's indeed a better UX to not leave the peage. I'd rather do the cleanup of the README, this will probably remove large parts of the README and then changing the links makes more sense. I'll try to prepare a draft for the next core dev meeting.
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.
Shall I close this PR then ?
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 we should close this completely, as there are some valid changes in here that would fix the link check errors I'm running into e.g. here.
So basically, I believe we should drop the changes in this hunk, but keep the 3 link fixes below.
4c0d140
to
c05c30b
Compare
Signed-off-by: Frank Viernau <[email protected]>
The notifier does not have it's own section / page under the `tools` documentation anymore. So, just mention the notifier without linking to align with `intro.md`. Signed-off-by: Frank Viernau <[email protected]>
This is a fix-up for [1]. [1]: #7836 Signed-off-by: Frank Viernau <[email protected]>
c05c30b
to
7cb0ae1
Compare
@@ -429,7 +429,7 @@ or [packages](./plugins/package-managers/spdx/src/funTest/assets/projects/synthe | |||
|
|||
Taking an ORT result file with an *analyzer* result as the input (`-i`), the *downloader* retrieves the source code of | |||
all contained packages to the specified output directory (`-o`). The *downloader* takes care of things like normalizing | |||
URLs and using the [appropriate VCS tool](./downloader/src/main/kotlin/vcs) to check out source code from version | |||
URLs and using the [appropriate VCS tool](./plugins/version-control-systems) to check out source code from version |
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.
Thanks!
Failing tests we're all unrelated. |
No description provided.