From 7321b90b6e112e7847cb6f3f9683c74d545d5059 Mon Sep 17 00:00:00 2001 From: Chirag Sukhala Date: Wed, 1 Jul 2020 14:06:24 +0000 Subject: [PATCH] doc/readme: Updated Link (#1310) #Issue: The link pointing to "camlistore.org" will redirect back to "perkeep.org" anyways, so updated with relative link. #Change: Updated "Contributing" link from "https://camlistore.org/doc/contributing" to "/code#contributing". --- doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index 410113ecc..d18ffc48c 100644 --- a/doc/README.md +++ b/doc/README.md @@ -36,7 +36,7 @@ on the [mailing list](https://groups.google.com/group/camlistore). * [Terminology](/doc/terms.md): let's agree on terms to stay sane * [Use Cases](/doc/uses.md): what one might do with all this (or at least our aspirations) * [Prior Art](/doc/prior-art.md): other projects with similar goals or strategies -* [Contributing](https://camlistore.org/doc/contributing): how to help +* [Contributing](/code#contributing): how to help * [Style guide](/doc/web-ui-styleguide.md) for the Web UI