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

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2018-07-30 01:19:23 +0300
committerAntenore Gatta <antenore@simbiosi.org>2018-07-30 01:19:23 +0300
commitaefa3f910e1bb72bc86e855a759cadd80c629545 (patch)
tree78d92ef4918580630d309878324a8310d0534b60 /src/remmina_exec.c
parentb42a41c4bfd0433428f2d5034dda2f1cb241c7f4 (diff)
Updating metadata
Diffstat (limited to 'src/remmina_exec.c')
-rw-r--r--src/remmina_exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remmina_exec.c b/src/remmina_exec.c
index 7195826b4..8d08fe81e 100644
--- a/src/remmina_exec.c
+++ b/src/remmina_exec.c
@@ -180,7 +180,7 @@ void remmina_exec_command(RemminaCommandType command, const gchar* data)
case REMMINA_COMMAND_CONNECT:
/** @todo This should be a G_OPTION_ARG_FILENAME_ARRAY (^aay) so that
* we can implement multi profile connection:
- * https://github.com/FreeRDP/Remmina/issues/915
+ * https://gitlab.com/Remmina/Remmina/issues/915
*/
remmina_connection_window_open_from_filename(data);
break;