From 1c296c4d8874a67326e6b87e92516be2cc56b113 Mon Sep 17 00:00:00 2001 From: Choe Hwanjin Date: Fri, 4 Mar 2016 20:50:54 +0900 Subject: =?UTF-8?q?=ED=94=84=EB=A1=9C=EC=A0=9D=ED=8A=B8=20=EC=A3=BC?= =?UTF-8?q?=EC=86=8C=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README | 6 +++--- configure.ac | 2 +- doc/mainpage.dox | 12 ++++++------ po/Makevars | 2 +- 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 개발버젼의 소스는 github의 repository에서 받을 수 있다. @@ -54,15 +54,15 @@ pkg-config에 대한 자세한 정보는 아래 링크를 참조하라: http://www.freedesktop.org/wiki/Software/pkg-config @section bug 버그리포트 -libhangul의 버그는 Google code의 -버그트래커로 관리하고 있다. +libhangul의 버그는 GitHub의 +이슈트래커로 관리하고 있다. -버그트래커: http://code.google.com/p/libhangul/issues/list +이슈트래커: https://github.com/choehwanjin/libhangul/issues @section website 웹주소 -libhangul은 Google code에서 호스팅되고 +libhangul은 GitHub에서 호스팅되고 있다. -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. -- cgit v1.2.1