Skip to content

Commit a8f98e9

Browse files
author
Michael Paquier
committed
Update project and bug report URLs
As this project has been forked to github...
1 parent 90c2f64 commit a8f98e9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

expected/option.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ Generic options:
5353
--help show this help, then exit
5454
--version output version information, then exit
5555

56-
Read the website for details. <http://code.google.com/p/pg-rman/>
57-
Report bugs to <http://code.google.com/p/pg-rman/issues/list>.
56+
Read the website for details. <https://github.com/michaelpq/pg_rman>
57+
Report bugs to <https://github.com/michaelpq/pg_rman/issues>.
5858
pg_rman 1.2.6
5959
ERROR: required parameter not specified: BACKUP_PATH (-B, --backup-path)
6060
ERROR: Required parameter not specified: BACKUP_MODE (-b, --backup-mode)

pg_rman.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
#include <sys/stat.h>
1616

1717
const char *PROGRAM_VERSION = "1.2.6";
18-
const char *PROGRAM_URL = "http://code.google.com/p/pg-rman/";
19-
const char *PROGRAM_EMAIL = "http://code.google.com/p/pg-rman/issues/list";
18+
const char *PROGRAM_URL = "https://github.com/michaelpq/pg_rman";
19+
const char *PROGRAM_EMAIL = "https://github.com/michaelpq/pg_rman/issues";
2020

2121
/* path configuration */
2222
char *backup_path;

0 commit comments

Comments
 (0)