-
Notifications
You must be signed in to change notification settings - Fork 315
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
doc: Updated doc/dev/README.md with relative links #1296
Conversation
For easier navigation in github.
doc/dev/README.md
Outdated
@@ -61,4 +61,4 @@ Some key concepts: | |||
|
|||
### Manifest formats | |||
|
|||
See `ComponentManifest` and `VersionManifest` data structures in [component.go](pkg/repository/component.go) and [version.go](pkg/repository/version.go). | |||
See `ComponentManifest` and `VersionManifest` data structures in [component.go](../../server/handler/component.go) and [version.go](../../pkg/version/version.go). |
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.
This line seems out-dated, the manifest structures are defined in pkg/repository/types.go
.
/lgtm |
[REVIEW NOTIFICATION] This pull request has been approved by:
To complete the pull request process, please ask the reviewers in the list to review by filling The full list of commands accepted by this bot can be found here. Reviewer can indicate their review by writing |
/merge |
This pull request has been accepted and is ready to merge. Commit hash: 3437b0e
|
For easier navigation in github.
What problem does this PR solve?
Fix the links in the doc/dev/README.md file, to use relative links that work on github.
What is changed and how it works?
Only adding '../../' for links and correcting some.
Tests
Checked the links on github
Side effects
None (no code change)
Release notes: