Skip to content

Update references to the new documentation homepage #187

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

Merged
merged 1 commit into from
Sep 27, 2019
Merged
Show file tree
Hide file tree
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
12 changes: 6 additions & 6 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Build Status](https://img.shields.io/travis/jekyll/classifier-reborn/master.svg)](https://travis-ci.org/jekyll/classifier-reborn)
---

## [Read the Docs](https://www.classifier-reborn.com/)
## [Read the Docs](https://jekyll.github.io/classifier-reborn/)

## Getting Started

Expand Down Expand Up @@ -43,11 +43,11 @@ irb(main):013:0> lsi.find_related("This text is around cats!", 2)
There is much more that can be done using Bayes and LSI beyond these quick examples.
For more information read the following documentation topics.

* [Installation and Dependencies](https://www.classifier-reborn.com/)
* [Bayesian Classifier](https://www.classifier-reborn.com/bayes)
* [Latent Semantic Indexer (LSI)](https://www.classifier-reborn.com/lsi)
* [Classifier Validation](https://www.classifier-reborn.com/validation)
* [Development and Contributions](https://www.classifier-reborn.com/development) (*Optional Docker instructions included*)
* [Installation and Dependencies](https://jekyll.github.io/classifier-reborn/)
* [Bayesian Classifier](https://jekyll.github.io/classifier-reborn/bayes)
* [Latent Semantic Indexer (LSI)](https://jekyll.github.io/classifier-reborn/lsi)
* [Classifier Validation](https://jekyll.github.io/classifier-reborn/validation)
* [Development and Contributions](https://jekyll.github.io/classifier-reborn/development) (*Optional Docker instructions included*)

### Notes on JRuby support

Expand Down
2 changes: 1 addition & 1 deletion classifier-reborn-jruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|
s.summary = 'A general classifier module to allow Bayesian and other types of classifications.'
s.authors = ['Lucas Carlson', 'Parker Moore', 'Chase Gilliam']
s.email = ['[email protected]', '[email protected]', '[email protected]']
s.homepage = 'https://github.com/jekyll/classifier-reborn'
s.homepage = 'https://github.com/jekyll/classifier-reborn/'

all_files = `git ls-files -z`.split("\x0")
s.files = all_files.grep(%r{^(bin|lib|data)/})
Expand Down
2 changes: 1 addition & 1 deletion classifier-reborn.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.summary = 'A general classifier module to allow Bayesian and other types of classifications.'
s.authors = ['Lucas Carlson', 'Parker Moore', 'Chase Gilliam']
s.email = ['[email protected]', '[email protected]', '[email protected]']
s.homepage = 'http://www.classifier-reborn.com'
s.homepage = 'https://jekyll.github.io/classifier-reborn/'

all_files = `git ls-files -z`.split("\x0")
s.files = all_files.grep(%r{^(bin|lib|data)/})
Expand Down