Skip to content
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

Fix typos and broken link in README.md #509

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sumbal008
Copy link

@sumbal008 sumbal008 commented Oct 28, 2023

Summary of the PR

The link to vhost_user frontend crate is broken and gives 404 error. This PR fixes the broken link and minor typos in the documentation.

Requirements

Before submitting your PR, please make sure you addressed the following
requirements:

  • All commits in this PR are signed (with git commit -s), and the commit
    message has max 60 characters for the summary and max 75 characters for each
    description line.
  • All added/changed functionality has a corresponding unit/integration
    test.
  • All added/changed public-facing functionality has entries in the "Upcoming
    Release" section of CHANGELOG.md (if no such section exists, please create one).
  • Any newly added unsafe code is properly documented.

The link to vhost_user frontend crate and typos in the documentation are fixed

Signed-off-by: Sumbal Tariq <[email protected]>
@stsquad
Copy link
Collaborator

stsquad commented Oct 29, 2023

Not sure why the DCO check is failing here?

@vireshk
Copy link
Collaborator

vireshk commented Oct 30, 2023

Not sure why the DCO check is failing here?

Because author and signed-off don't match.

commit d2e15c2 (temp/fix-documentation-typos-and-link)
Author: sumbal008 [email protected]
Date: Sun Oct 29 00:10:20 2023 +0500

Fix typos and broken link in README.md

The link to vhost_user frontend crate and typos in the documentation are fixed

Signed-off-by: Sumbal Tariq <[email protected]>

@sumbal008 Please fix your Author email id.

@@ -69,7 +69,7 @@ The binaries built by this repository can be run with any VMM which
can act as a vhost-user frontend. Typically they have been tested with
[QEMU](https://www.qemu.org) although the rust-vmm project does
provide a [vhost-user
frontend](https://github.com/rust-vmm/vhost/tree/main/src/vhost_user)
frontend](https://github.com/rust-vmm/vhost/blob/main/crates/vhost/src/vhost_user/frontend.rs)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it'd be much better if it linked to the directory that also displays the README.md instead of the source code file: https://github.com/rust-vmm/vhost/tree/main/crates/vhost

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants