Skip to content

Commit 311d8c3

Browse files
committed
Fix bug report URL when rdoc crashes
1 parent 0c22240 commit 311d8c3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

History.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
=== 3.9.1 / ??
2+
3+
* Bug fixes
4+
* Fix bug report URL when rdoc crashes.
5+
16
=== 3.9 / 2011-07-30
27

38
* Minor enhancements

lib/rdoc/text.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def parse text
126126
127127
Please file a bug report with the above information at:
128128
129-
http://rubyforge.org/tracker/?atid=2472&group_id=627&func=browse
129+
https://github.com/rdoc/rdoc/issues
130130
131131
EOF
132132
raise

0 commit comments

Comments
 (0)