From b3ff603f26fdf552cbb7b666a1605685902d268b Mon Sep 17 00:00:00 2001 From: Nico Alt <nicoalt@posteo.org> Date: Wed, 14 Oct 2020 11:59:52 +0000 Subject: [PATCH] Correct link to upstream documentation of Contacts.set_alias --- briar_wrapper/models/contacts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/briar_wrapper/models/contacts.py b/briar_wrapper/models/contacts.py index fc27795..32be560 100644 --- a/briar_wrapper/models/contacts.py +++ b/briar_wrapper/models/contacts.py @@ -43,7 +43,7 @@ class Contacts(Model): """ Sets the alias of a given user - [Upstream documentation](https://code.briarproject.org/briar/briar/-/blob/main/briar-headless/README.md#changing-alias-of-a-contact) + [Upstream documentation](https://code.briarproject.org/briar/briar/-/blob/master/briar-headless/README.md#changing-alias-of-a-contact) """ url = urljoin(BASE_HTTP_URL, self._API_ENDPOINT + f"{str(contact_id)}/alias") -- GitLab