diff --git a/README.md b/README.md index b494a9f..023676c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Getting Started See 'INSTALL.md' for instructions on how to build and install BookmarkFS. See the files under 'doc/' for the user manual. - Project homepage: . + Project homepage: . Copying diff --git a/bookmarkfs.pc.in b/bookmarkfs.pc.in index 908f98a..a6476bc 100644 --- a/bookmarkfs.pc.in +++ b/bookmarkfs.pc.in @@ -17,6 +17,6 @@ libdir=@libdir@ Name: ${package} Description: BookmarkFS Version: ${version} -URL: https://nongnu.org/bookmarkfs +URL: https://www.nongnu.org/bookmarkfs/ Cflags: -I${includedir} Libs: -L${libdir} -lbookmarkfs_util diff --git a/configure.ac b/configure.ac index 650462c..a38e055 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ dnl This file is offered as-is, without any warranty. dnl AC_PREREQ([2.69]) -AC_INIT([bookmarkfs], [0.1.0], [bookmarkfs-devel@nongnu.org]) +AC_INIT([bookmarkfs], [0.1.0], [bug-bookmarkfs@nongnu.org]) AC_CONFIG_SRCDIR([bookmarkfs.pc.in]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/src/defs.h b/src/defs.h index 4decf99..194c841 100644 --- a/src/defs.h +++ b/src/defs.h @@ -122,6 +122,6 @@ # define FILE_NAME_ ( __FILE__ + FILE_NAME_OFFSET_ ) #endif -#define BOOKMARKFS_HOMEPAGE_URL "https://nongnu.org/bookmarkfs" +#define BOOKMARKFS_HOMEPAGE_URL "https://www.nongnu.org/bookmarkfs/" #endif /* !defined(BOOKMARKFS_DEFS_H_) */