From 79e7d105b4f43d33bdf634eca30a67ed01580794 Mon Sep 17 00:00:00 2001 From: Brian Kephart Date: Fri, 23 Mar 2018 19:15:43 -0500 Subject: [PATCH] Fix 404s on links in README (#139) --skip-ci There is an additional 404 in line 182 that should be fixed as well. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 059e55edf..7c16ee75d 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@

## Introduction and Contribution Guideline -Welcome to the [dev.to](/) codebase. We are so excited to have you. Most importantly, all contributors must abide by the [code of conduct](dev.to/code-of-conduct). +Welcome to the [dev.to](https://dev.to) codebase. We are so excited to have you. Most importantly, all contributors must abide by the [code of conduct](https://dev.to/code-of-conduct). With your help, we can build out the DEV Community platform to be more stable and better serve the users. The platform is built on [Ruby on Rails](http://rubyonrails.org/). When in doubt, try to do things "The Rails Way", but it is an evolving codebase and we will learn from all new contributions in order to evolve.