diff --git a/HACKING b/HACKING index 04125bb7f..049d1ade9 100644 --- a/HACKING +++ b/HACKING @@ -4,7 +4,7 @@ guidelines for pluma pluma source code is maintained using the git version control system and is available at the following location: - https://github.com/mate-desktop/mate-text-editor + https://github.com/mate-desktop/pluma Please don't commit directly to the git repository unless you have been given the green light to commit freely to pluma. diff --git a/autogen.sh b/autogen.sh index 3d57ae362..f271c3594 100755 --- a/autogen.sh +++ b/autogen.sh @@ -4,7 +4,7 @@ srcdir=`dirname $0` test -z "$srcdir" && srcdir=. -PKG_NAME="mate-text-editor" +PKG_NAME="pluma" (test -f $srcdir/configure.ac) || { echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" diff --git a/configure.ac b/configure.ac index e9fba70de..768f6e0dc 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ m4_define(pluma_micro_version, 0) m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version) AC_INIT([pluma], [pluma_version], - [https://github.com/mate-desktop/mate-text-editor/issues], + [https://github.com/mate-desktop/pluma/issues], [pluma], [http://mate-desktop.org]) AC_CONFIG_HEADERS(config.h) @@ -589,7 +589,7 @@ it from: Or checkout the mate-${stable_version} branch of the pluma module from: - git://github.com/mate-desktop/mate-text-editor.git + git://github.com/mate-desktop/pluma.git Thanks, The pluma team diff --git a/plugins/checkupdate/pluma-check-update-plugin.c b/plugins/checkupdate/pluma-check-update-plugin.c index 2f8bd1af3..b28991af0 100644 --- a/plugins/checkupdate/pluma-check-update-plugin.c +++ b/plugins/checkupdate/pluma-check-update-plugin.c @@ -43,10 +43,10 @@ #define VERSION_PLACE "" #ifdef G_OS_WIN32 -#define PLUMA_URL "http://pub.mate-desktop.org/sources/mate-text-editor/" +#define PLUMA_URL "http://pub.mate-desktop.org/sources/pluma/" #define FILE_REGEX "pluma\\-setup\\-[0-9]+\\.[0-9]+\\.[0-9]+(\\-[0-9]+)?\\.exe" #else -#define PLUMA_URL "http://pub.mate-desktop.org/sources/mate-text-editor/" +#define PLUMA_URL "http://pub.mate-desktop.org/sources/pluma/" #define FILE_REGEX "pluma\\-[0-9]+\\.[0-9]+\\.[0-9]+(\\-[0-9]+)?\\.dmg" #endif