File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ Try ruby.wasm in [TryRuby](https://try.ruby-lang.org/playground#code=puts+RUBY_D
11
11
12
12
## Quick Links
13
13
14
- - [[ ** Cheat Sheet** ]] ( . /docs/cheat_sheet.md)
15
- - [[ ** FAQ** ]] ( . /docs/faq.md)
16
- - [[ ** API Reference** ] ]( https://ruby.github.io/ruby.wasm/JS.html )
17
- - [[ ** Complete Examples** ] ]( https://github.com/ruby/ruby.wasm/tree/main/packages/npm-packages/ruby-wasm-wasi/example )
18
- - [[ ** Community Showcase** ] ]( https://github.com/ruby/ruby.wasm/wiki/Showcase )
14
+ - [ Cheat Sheet] ( https://github.com/ruby/ruby.wasm/blob/main /docs/cheat_sheet.md)
15
+ - [ FAQ] ( https://github.com/ruby/ruby.wasm/blob/main /docs/faq.md)
16
+ - [ API Reference] ( https://ruby.github.io/ruby.wasm/JS.html )
17
+ - [ Complete Examples] ( https://github.com/ruby/ruby.wasm/tree/main/packages/npm-packages/ruby-wasm-wasi/example )
18
+ - [ Community Showcase] ( https://github.com/ruby/ruby.wasm/wiki/Showcase )
19
19
20
20
## Quick Example: Ruby on browser
21
21
Original file line number Diff line number Diff line change 1
1
[[ ** Cheat Sheet** ]] ( ./cheat_sheet.md )
2
2
[[ ** FAQ** ]] ( ./faq.md )
3
+ [[ ** API Reference** ]] ( https://ruby.github.io/ruby.wasm/JS.html )
3
4
[[ ** Complete Examples** ]] ( https://github.com/ruby/ruby.wasm/tree/main/packages/npm-packages/ruby-wasm-wasi/example )
4
5
[[ ** Community Showcase** ]] ( https://github.com/ruby/ruby.wasm/wiki/Showcase )
5
6
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ require "ruby_wasm/version"
3
3
4
4
RDoc ::Task . new do |doc |
5
5
doc . main = "README.md"
6
- doc . title = "ruby.wasm #{ RubyWasm :: VERSION } Documentation"
6
+ doc . title = "ruby.wasm Documentation"
7
7
doc . rdoc_files = FileList . new %w[ *.md ext/**/*.c ext/**/*.rb ]
8
8
end
You can’t perform that action at this time.
0 commit comments