From 164e113ac6e73fa274311a2c3144edc5681cbac8 Mon Sep 17 00:00:00 2001 From: vix <1@1.1> Date: Fri, 11 Oct 2024 09:41:02 +0200 Subject: [PATCH 1/2] CONTRIBUTE: Update broken link to git book --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dfee46002..af8e954b8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -204,8 +204,8 @@ To ensure easy collaboration, we have guidelines for using Git and GitHub. ### Commit messages -You can read this section in the Git book to learn how to write good commit -messages: https://git-scm.com/book/ch5-2.html. +You can read [this section in the Git book](https://git-scm.com/book/ms/v2/Distributed-Git-Contributing-to-a-Project) to learn how to write good commit +messages. In addition, here are a few examples for a summary line when committing to uutils: From 7a0ef229adac1f8c3c4eb3a1dd17dd6961a9f5e6 Mon Sep 17 00:00:00 2001 From: vix <1@1.1> Date: Fri, 11 Oct 2024 09:46:40 +0200 Subject: [PATCH 2/2] CONTRIBUTE: Update explicit url to markdown link --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index af8e954b8..2f0d13607 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -257,8 +257,7 @@ CI. However, you can use `#[cfg(...)]` attributes to create platform dependent features. **Tip:** For Windows, Microsoft provides some images (VMWare, Hyper-V, -VirtualBox and Parallels) for development: - +VirtualBox and Parallels) for development [here](https://developer.microsoft.com/windows/downloads/virtual-machines/). ## Improving the GNU compatibility