Skip to content

Commit 256b96e

Browse files
authored
Merge pull request #257 from ruby-go-gem/fix_link
docs: Fix link in README.md
2 parents 414e620 + 0f2cb9e commit 256b96e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ We provide auto-generated bindings for (almost) all CRuby functions available wh
9898

9999
See below for details.
100100

101-
* [ruby/enum_generated.go](ruby/enum_generated.go)
102-
* [ruby/function_generated.go](ruby/function_generated.go)
103-
* [ruby/type_generated.go](ruby/type_generated.go)
101+
* [ruby/enum_ruby_3_3_generated.go](ruby/enum_ruby_3_3_generated.go)
102+
* [ruby/function_ruby_3_3_generated.go](ruby/function_ruby_3_3_generated.go)
103+
* [ruby/type_ruby_3_3_generated.go](ruby/type_ruby_3_3_generated.go)
104104
* [_tools/ruby_h_to_go/](_tools/ruby_h_to_go/)
105105

106106
## Specification
@@ -115,7 +115,7 @@ CRuby methods are mapped to Go methods based on the following rules
115115
* e.g. `rb_define_method` (CRuby) -> `ruby.RbDefineMethod` (Go)
116116

117117
### Limitation
118-
Most of the methods defined in `ruby.h` are automatically generated and defined in [ruby/function_generated.go](ruby/function_generated.go).
118+
Most of the methods defined in `ruby.h` are automatically generated and defined in [ruby/function_ruby_3_3_generated.go](ruby/function_ruby_3_3_generated.go).
119119

120120
However, some of the methods listed below are not supported.
121121

0 commit comments

Comments
 (0)