Skip to content

Commit

Permalink
Merge pull request jekyll#187 from ibnesayeed/domain-update
Browse files Browse the repository at this point in the history
Update references to the new documentation homepage
  • Loading branch information
DirtyF authored Sep 27, 2019
2 parents a0b47cf + 5a54123 commit 0d5564a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
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

0 comments on commit 0d5564a

Please sign in to comment.