From f74e639c499bacc7f4f905ede40adcd82d1d739f Mon Sep 17 00:00:00 2001 From: Shu Kutsuzawa Date: Thu, 22 Aug 2019 23:35:15 +0900 Subject: [PATCH] docs: fix LICENSE and CONTRIBUTING links (#228) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5dd0a9bcd..0dc8b74de 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ We are always looking for contributors of **all skill levels**! If you're lookin - 👩‍💻 **Rust Developer** - There is _a lot_ of low-hanging fruit when it comes to writing idiomatic Rust, designing effective Rust architecture, performance optimizations, cross-platform build optimizations, and more! I ([@matchai](https://github.com/matchai)) am a beginner to Rust. Come point us in the right direction! -If you are interested in helping contribute to starship, please take a look at our [Contributing Guide](./CONTRIBUTING.md). Also, feel free to drop into our [Discord server](https://discord.gg/8Jzqu3T) and say hi. 👋 +If you are interested in helping contribute to starship, please take a look at our [Contributing Guide](https://github.com/starship/starship/blob/master/CONTRIBUTING.md). Also, feel free to drop into our [Discord server](https://discord.gg/8Jzqu3T) and say hi. 👋 ### Contributors @@ -203,4 +203,4 @@ This project follows the [all-contributors](https://github.com/all-contributors/ ## 📝 License Copyright © 2019-present, [Starship Contributors](https://github.com/starship/starship/graphs/contributors).
-This project is [ISC](./LICENSE) licensed. +This project is [ISC](https://github.com/starship/starship/blob/master/LICENSE) licensed.