Replace references to BitBucket with GitHub.

This commit is contained in:
Augustin Cavalier
2015-06-30 10:10:06 -04:00
parent 8caae31a88
commit 707d60ffe3
2 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
# Welcome to HaikuPorts!
To get started, [read the wiki!](https://bitbucket.org/haikuports/haikuports/wiki/Home)
# Welcome to HaikuPorts!
To get started, [read the wiki!](https://github.com/haikuports/haikuports/wiki/)

View File

@@ -88,7 +88,7 @@ index 73a762a..faf7cb9 100644
+AC_DEFINE([HAVE_MEMSET],[1],[Haiku has memset])
+AC_DEFINE([HAVE_SCANDIR],[1],[Haiku has scandir])
+AC_DEFINE([HAVE_ALPHASORT],[1],[Haiku has alphashort])
+AC_DEFINE([PACKAGE_BUGREPORT],["http://bitbucket.org/haikuports/haikuports"],[Haikuports bugs])
+AC_DEFINE([PACKAGE_BUGREPORT],["http://github.com/haikuports/haikuports"],[Haikuports bugs])
if test x$want_backtrace = xyes; then
AC_CHECK_FUNCS([backtrace])