Skip to content

Commit

Permalink
Merge pull request #70 from st0012/patch-1
Browse files Browse the repository at this point in the history
Use official documentation source and add CONTRIBUTING.md
  • Loading branch information
hsbt authored Jun 7, 2022
2 parents 91c35b1 + 11b9d8b commit 2c1082c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Build and test

Please follow the ["Making Changes To Standard Libraries"](https://docs.ruby-lang.org/en/master/contributing/making_changes_to_stdlibs_md.html) guideline.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ FileUtils.pwd
# => "/usr/bin"
```

You can find a full method list in the [documentation](https://ruby-doc.org/stdlib/libdoc/fileutils/rdoc/FileUtils.html).
You can find a full method list in the [documentation](https://docs.ruby-lang.org/en/master/FileUtils.html).

## Contributing

Expand Down

0 comments on commit 2c1082c

Please sign in to comment.