Skip to content

Commit 2c1082c

Browse files
authored
Merge pull request #70 from st0012/patch-1
Use official documentation source and add CONTRIBUTING.md
2 parents 91c35b1 + 11b9d8b commit 2c1082c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Build and test
2+
3+
Please follow the ["Making Changes To Standard Libraries"](https://docs.ruby-lang.org/en/master/contributing/making_changes_to_stdlibs_md.html) guideline.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ FileUtils.pwd
3131
# => "/usr/bin"
3232
```
3333

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

3636
## Contributing
3737

0 commit comments

Comments
 (0)