Skip to content

Commit 438ed3c

Browse files
cakebakersylvestre
authored andcommitted
doc: fix warnings from markdown linter
1 parent aec2eea commit 438ed3c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ CI. However, you can use `#[cfg(...)]` attributes to create platform dependent
259259
features.
260260

261261
**Tip:** For Windows, Microsoft provides some images (VMWare, Hyper-V,
262-
VirtualBox and Parallels) for development [here](https://developer.microsoft.com/windows/downloads/virtual-machines/).
262+
VirtualBox and Parallels) for development [on their official download page](https://developer.microsoft.com/windows/downloads/virtual-machines/).
263263

264264
## Improving the GNU compatibility
265265

DEVELOPMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,12 +331,12 @@ If you have used [Git for Windows](https://gitforwindows.org) to install `git` o
331331

332332
Alternatively you can install [Cygwin](https://www.cygwin.com) and/or use [WSL2](https://learn.microsoft.com/en-us/windows/wsl/compare-versions#whats-new-in-wsl-2) to get access to all GNU core utilities on Windows.
333333

334-
# Preparing a new release
334+
## Preparing a new release
335335

336336
1. Modify `util/update-version.sh` (FROM & TO) and run it
337337
1. Submit a new PR with these changes and wait for it to be merged
338338
1. Tag the new release `git tag -a X.Y.Z` and `git push --tags`
339-
1. Once the CI is green, a new release will be automatically created in draft mode.
339+
1. Once the CI is green, a new release will be automatically created in draft mode.
340340
Reuse this release and make sure that assets have been added.
341341
1. Write the release notes (it takes time) following previous examples
342342
1. Run `util/publish.sh --do-it` to publish the new release to crates.io

src/uu/tail/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ flag name: `--use-polling`.
3636
* Improve resource management by adding more system calls to `inotify_rm_watch`
3737
when appropriate.
3838

39-
# GNU test-suite results (9.1.8-e08752)
39+
## GNU test-suite results (9.1.8-e08752)
4040

4141
The functionality for the test "gnu/tests/tail-2/follow-stdin.sh" is implemented.
4242
It fails because it is provoking closing a file descriptor with `tail -f <&-`

0 commit comments

Comments
 (0)