From 3ac486cff11c2788848fc4e40ce966a9a3933fc7 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 28 Apr 2016 01:32:25 +0200 Subject: [PATCH] Remove absolute links within docs Leftover from old filename CONTRIBUTING.rst --- docs/contributing.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/contributing.rst b/docs/contributing.rst index ef90f68..0158ec6 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -32,8 +32,7 @@ further information. Reporting bugs -------------- -* Make sure your problem isn't already listed in `Known Problems - `_. +* Make sure your problem isn't already listed in :doc:`problems`. * Make sure you have the latest version by executing ``pip install --user --upgrade vdirsyncer``. @@ -45,9 +44,8 @@ Suggesting features If you're suggesting a feature, keep in mind that vdirsyncer tries not to be a full calendar or contacts client, but rather just the piece of software that -synchronizes all the data. `Take a look at the documentation for software -working with vdirsyncer -`_. +synchronizes all the data. :doc:`Take a look at the documentation for software +working with vdirsyncer `. Submitting patches, pull requests =================================