Skip to content

Commit 9823d93

Browse files
committed
Merge pull request #3 from davydovanton/update-links
Update links to well documented classes
2 parents 949a388 + 5a1dc59 commit 9823d93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2011-10-07-undocumented-areas.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Many modules in Ruby lack a basic top-level description of what they do. In many
99

1010
### Example of well documented classes
1111

12-
- [OpenSSL](https://github.com/documenting-ruby/ruby/blob/trunk/ext/openssl/ossl.c#L418-790)
13-
- [BasicObject](https://github.com/documenting-ruby/ruby/blob/trunk/object.c#L2624-2675)
12+
- [OpenSSL](https://github.com/documenting-ruby/ruby/blob/325a50fc572516a171d640765d6ddf9b20be14dc/ext/openssl/ossl.c#L555-L1035)
13+
- [BasicObject](https://github.com/documenting-ruby/ruby/blob/6964df9a21633be9c77eba96e56f8a62db8901d1/object.c#L3185-L3236)
1414

1515
### Classes/Modules which lack documentation
1616

0 commit comments

Comments
 (0)