From a7aab7cb6ae42c58b9b21fd0659c58cbaa68ce2f Mon Sep 17 00:00:00 2001 From: Dmitry Shurupov Date: Thu, 14 Nov 2024 15:48:12 +0700 Subject: [PATCH] docs: Fixing authors' links in README Signed-off-by: Dmitry Shurupov --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index adefa4c..05a84d5 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,6 @@ Flags: ovpn-admin was originally created in [Flant](https://github.com/flant/) and used internally for years. In March 2021, it [went public](https://medium.com/flant-com/introducing-ovpn-admin-a-web-interface-to-manage-openvpn-users-d81705ad8f23) and was still developed in Flant. -Namely, @vitaliy-sn created its first version in Python, and @pashcovich rewrote it in Go. +Namely, [@vitaliy-sn](https://github.com/vitaliy-sn) created its first version in Python, and [@pashcovich](https://github.com/pashcovich) rewrote it in Go. -In November 2024, this project was moved to Palark, which is currently responsible for its maintenance and development. +In November 2024, this project was moved to [Palark](https://github.com/palark/), which is currently responsible for its maintenance and development.