summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChoe Hwanjin <choe.hwanjin@gmail.com>2016-03-04 20:50:54 +0900
committerChoe Hwanjin <choe.hwanjin@gmail.com>2016-03-05 11:19:05 +0900
commit1c296c4d8874a67326e6b87e92516be2cc56b113 (patch)
tree1613599136880770d35360094176b1720d625a68
parentecc2d7e2cb7e4307312fde2535a911bbf10d1623 (diff)
downloadlibhangul-1c296c4d8874a67326e6b87e92516be2cc56b113.tar.gz
프로젝트 주소 업데이트
-rw-r--r--README6
-rw-r--r--configure.ac2
-rw-r--r--doc/mainpage.dox12
-rw-r--r--po/Makevars2
4 files changed, 11 insertions, 11 deletions
diff --git a/README b/README
index 3c4c484..e13eb92 100644
--- a/README
+++ b/README
@@ -8,10 +8,10 @@ How to build
# make
Download:
- * http://code.google.com/p/libhangul/downloads/list
+ * https://github.com/choehwanjin/libhangul/releases
Bug report:
- * http://code.google.com/p/libhangul/issues/list
+ * https://github.com/choehwanjin/libhangul/issues
Web sites
- * Project page: http://code.google.com/p/libhangul/
+ * Project page: https://github.com/choehwanjin/libhangul
diff --git a/configure.ac b/configure.ac
index 95e89c7..19f4999 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT(libhangul, 0.1.0, http://code.google.com/p/libhangul/)
+AC_INIT(libhangul, 0.1.0, https://github.com/choehwanjin/libhangul)
AM_INIT_AUTOMAKE
AC_CONFIG_SRCDIR([hangul/hangul.h])
AC_CONFIG_HEADER([config.h])
diff --git a/doc/mainpage.dox b/doc/mainpage.dox
index 2e2ac8a..04ce3d1 100644
--- a/doc/mainpage.dox
+++ b/doc/mainpage.dox
@@ -22,7 +22,7 @@ libhangul에서 제공하는 기능들은 다음 레퍼런스에서 찾아볼
@section download 다운로드
최근 릴리스들은 libhangul의 프로젝트 페이지에서 받을 수 있다.
-http://code.google.com/p/libhangul/downloads/list
+https://github.com/choehwanjin/libhangul/releases
개발버젼의 소스는 <a href="http://github.com/">github</a>의
repository에서 받을 수 있다.
@@ -54,15 +54,15 @@ pkg-config에 대한 자세한 정보는 아래 링크를 참조하라:
http://www.freedesktop.org/wiki/Software/pkg-config
@section bug 버그리포트
-libhangul의 버그는 <a href="http://code.google.com/">Google code</a>의
-버그트래커로 관리하고 있다.
+libhangul의 버그는 <a href="https://github.com/">GitHub</a>의
+이슈트래커로 관리하고 있다.
-버그트래커: http://code.google.com/p/libhangul/issues/list
+이슈트래커: https://github.com/choehwanjin/libhangul/issues
@section website 웹주소
-libhangul은 <a href="http://code.google.com/">Google code</a>에서 호스팅되고
+libhangul은 <a href="https://github.com/">GitHub</a>에서 호스팅되고
있다.
-Project page: http://code.google.com/p/libhangul/
+Project page: https://github.com/choehwanjin/libhangul
*/
diff --git a/po/Makevars b/po/Makevars
index f4b8e81..45fbdd7 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -34,7 +34,7 @@ COPYRIGHT_HOLDER = Free Software Foundation, Inc.
# It can be your email address, or a mailing list address where translators
# can write to without being subscribed, or the URL of a web page through
# which the translators can contact you.
-MSGID_BUGS_ADDRESS = http://code.google.com/p/libhangul/
+MSGID_BUGS_ADDRESS = https://github.com/choehwanjin/libhangul
# This is the list of locale categories, beyond LC_MESSAGES, for which the
# message catalogs shall be used. It is usually empty.