Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md to point to GitHub Pages documentation. #8

Merged
merged 1 commit into from
Apr 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,22 @@ This module allows a user to create **2-gram** (bigram) index for faster full te

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](https://pgbigm.osdn.jp/index_en.html).

## Test Status
[![Build Status](https://travis-ci.com/pgbigm/pg_bigm.svg?branch=master)](https://travis-ci.com/github/pgbigm/pg_bigm)

## Documentation
### English
* [Release 1.2](https://pgbigm.github.io/pg_bigm/pg_bigm_en-1-2.html)
* [Release 1.1](https://pgbigm.github.io/pg_bigm/pg_bigm_en-1-1.html)
* [Release 1.0](https://pgbigm.github.io/pg_bigm/pg_bigm_en.html)

### 日本語
* [リリース1.2](https://pgbigm.github.io/pg_bigm/pg_bigm-1-2.html)
* [リリース1.1](https://pgbigm.github.io/pg_bigm/pg_bigm-1-1.html)
* [リリース1.0](https://pgbigm.github.io/pg_bigm/pg_bigm.html)

*****

Copyright (c) 2017-2023, pg_bigm Development Group

Copyright (c) 2012-2016, NTT DATA Corporation