Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2018-12-13 01:06:17 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-12-13 01:06:17 +0300
commita006c102221746ebffd7f3dee78fd94a63be81d9 (patch)
tree26995fea91cb1ca30a4e2d253b6261a7bf7f9031 /_pages/contributing-to-remmina.md
parent22e3ba73e9fa12f9ee34523d2facfa92c22ca360 (diff)
Fixing https://gitlab.com/Remmina/Remmina/issues/1783
Diffstat (limited to '_pages/contributing-to-remmina.md')
-rw-r--r--_pages/contributing-to-remmina.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_pages/contributing-to-remmina.md b/_pages/contributing-to-remmina.md
index 7d4dfa3..984a700 100644
--- a/_pages/contributing-to-remmina.md
+++ b/_pages/contributing-to-remmina.md
@@ -55,7 +55,7 @@ Similarly, we have a quite important list of feature requests, that are labeled
### Internal projects
- * Refactoring [remmina\_connection\_window.c](https://gitlab.com/Remmina/Remmina/blob/next/remmina/src/remmina_connection_window.c) as it is big, complicated and hard to extend.
+ * Refactoring [remmina\_connection\_window.c](https://gitlab.com/Remmina/Remmina/blob/master/src/remmina_connection_window.c) as it is big, complicated and hard to extend.
* Simplify the user interface.
* Separate plugin processes from the main process to improve stability.
* Write an additional plugin system to write plugins also in Python and eventually Ruby.