From 80c42ea3dc655b276dafac147e4d263bc81d9fce Mon Sep 17 00:00:00 2001 From: x Date: Sun, 20 Aug 2023 09:52:55 +0200 Subject: [PATCH] doc: rename contributing to contribute --- doc/src/SUMMARY.md | 2 +- doc/src/development/{contributing.md => contribute.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename doc/src/development/{contributing.md => contribute.md} (100%) diff --git a/doc/src/SUMMARY.md b/doc/src/SUMMARY.md index a9b0d1658..8280a23c6 100644 --- a/doc/src/SUMMARY.md +++ b/doc/src/SUMMARY.md @@ -11,7 +11,7 @@ - [Atomic Swap](testnet/atomic-swap.md) - [DAO](testnet/dao.md) - [Development](development/development.md) - - [Contributing](development/contributing.md) + - [Contribute](development/contribute.md) - [Learn](development/learn.md) - [API Rustdoc](development/rustdoc.md) - [Seminars](development/seminars.md) diff --git a/doc/src/development/contributing.md b/doc/src/development/contribute.md similarity index 100% rename from doc/src/development/contributing.md rename to doc/src/development/contribute.md