From dadc3ba2ff0a002c72e0d8a3c3330638ce2254ce Mon Sep 17 00:00:00 2001 From: Robin Avery Date: Mon, 27 Feb 2023 20:33:54 -0500 Subject: [PATCH] docs: minor typo and broken markdown links (#83) --- CONTRIBUTING.md | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5f1e8de..9289907 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Thanks for taking the time to look into helping out! All contributions are appreciated! -Please refer to our [Code of Conduct](https://github.com/ublue-os/base/blob/main/CODE_OF_CONDUCT.md) while you're at it! +Please refer to our [Code of Conduct](/CODE_OF_CONDUCT.md) while you're at it! Feel free to report issues as you find them, and [helping others in the discussions]() is always appreciated. @@ -31,7 +31,7 @@ All types of contributions are encouraged and valued. See the [Table of Contents ## Code of Conduct This project and everyone participating in it is governed by the -[CONTRIBUTING.md Code of Conduct](blob/master/CODE_OF_CONDUCT.md). +[CONTRIBUTING.md Code of Conduct](/CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to jorge.castro@gmail.com diff --git a/README.md b/README.md index 719ca31..d696080 100644 --- a/README.md +++ b/README.md @@ -77,4 +77,4 @@ If you're forking this repo you should [read the docs](https://docs.github.com/e ## Making your own -See [the documentation](https://ublue.it/making-your-own/) on how to clone and use this repo foor your own projects. +See [the documentation](https://ublue.it/making-your-own/) on how to clone and use this repo for your own projects.