OSDN Git Service

Update README.md.
authorMasaoFujii <masao.fujii@gmail.com>
Fri, 4 Oct 2019 07:03:21 +0000 (16:03 +0900)
committerMasaoFujii <masao.fujii@gmail.com>
Fri, 4 Oct 2019 07:03:21 +0000 (16:03 +0900)
This commit updates URLs in it so that "https" is used instead of "http".
Also this commit updates the URL for Travis-CI.

README.md

index 8f647e1..5929ee2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
 # pg_bigm
-The pg_bigm module provides full text search capability in [PostgreSQL](http://www.postgresql.org/).
+The pg_bigm module provides full text search capability in [PostgreSQL](https://www.postgresql.org/).
 This module allows a user to create **2-gram** (bigram) index for faster full text search.
 
 pg_bigm is released under the [PostgreSQL License](https://opensource.org/licenses/postgresql), a liberal Open Source license, similar to the BSD or MIT licenses.
 
-For more information look at [the official pg_bigm web site](http://pgbigm.osdn.jp/index_en.html).
+For more information look at [the official pg_bigm web site](https://pgbigm.osdn.jp/index_en.html).
 
 ## Test Status
-[![Build Status](https://travis-ci.org/MasaoFujii/pg_bigm.svg?branch=master)](https://travis-ci.org/MasaoFujii/pg_bigm)
+[![Build Status](https://travis-ci.org/pgbigm/pg_bigm.svg?branch=master)](https://travis-ci.org/pgbigm/pg_bigm)