Skip to content

Commit d90b83b

Browse files
committed
replace links ruby-numo/* to ruby-numo/numo-*
1 parent ddb09c7 commit d90b83b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
* FFTE site: [FFTE web site](http://www.ffte.jp/)
88

99
## Ruby wrapper
10-
* [GitHub site](https://github.com/ruby-numo/ffte)
11-
* [Tentative API Document](http://ruby-numo.github.io/ffte/ref/frames.html)
10+
* [GitHub site](https://github.com/ruby-numo/numo-ffte)
11+
* [Tentative API Document](http://ruby-numo.github.io/ffte/yard/frames.html)
1212

1313
## Installation
1414
* FORTRAN compiler is required to build FFTE (gfortran, etc).
1515
* Install [Numo::NArray](https://github.com/ruby-numo/narray)
1616
* Install Numo::FFTE:
1717
```shell
18-
$ git clone git://github.com/ruby-numo/ffte.git
18+
$ git clone git://github.com/ruby-numo/numo-ffte.git
1919
$ cd ffte
2020
$ rake build
2121
$ gem install pkg/numo-ffte-*.gem

numo-ffte.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
1818
spec.email = ["[email protected]"]
1919
spec.description = %q{FFTE development version.}
2020
spec.summary = %q{FFTE development version}
21-
spec.homepage = "https://github.com/ruby-numo/ffte"
21+
spec.homepage = "https://github.com/ruby-numo/numo-ffte"
2222
spec.licenses = ["Original","BSD-3-Clause"]
2323

2424
spec.files = `git ls-files Gemfile README.md Rakefile ext numo-ffte.gemspec spec`.split($/)

0 commit comments

Comments
 (0)