@@ -11,46 +11,46 @@ If you are interested in getting involved, here are a couple of places to
11
11
start:
12
12
13
13
<dl >
14
- <dt markdown = " true " >[ Ruby User Groups](user-groups/) </dt >
14
+ <dt >< a href = " user-groups/ " > Ruby User Groups</ a > </dt >
15
15
<dd >
16
16
Your local Ruby user group is a great place to network with other Ruby
17
17
programmers. Ruby user groups are self-organizing and typically feature
18
18
monthly meetings, a mailing list, a Web site, and if you are lucky, frequent codefests.
19
19
</dd >
20
20
21
- <dt markdown = " true " >[ Ruby Mailing Lists and Newsgroups](mailing-lists/) </dt >
21
+ <dt >< a href = " mailing-lists/ " > Ruby Mailing Lists and Newsgroups</ a > </dt >
22
22
<dd >
23
23
Ruby has an assortment of lists on different topics and in several languages.
24
24
If you have questions about Ruby, asking them on a mailing list is a great
25
25
way to get answers.
26
26
</dd >
27
27
28
- <dt markdown = " true " >[Ruby on IRC]( irc://irc.freenode.net/ruby-lang) </dt >
29
- <dd markdown = " true " >
28
+ <dt >< a href = " irc://irc.freenode.net/ruby-lang " >Ruby on IRC</ a > </dt >
29
+ <dd >
30
30
The Ruby Language IRC Channel is a wonderful way to chat with fellow
31
- Rubyists. ([ Previous Chat Logs ] ( http://meme.b9.com/ ) )
31
+ Rubyists. (< a href = " http://meme.b9.com/ " >Previous Chat Logs</ a > )
32
32
</dd >
33
33
34
- <dt markdown = " true " >[ Ruby Core](ruby-core/) </dt >
34
+ <dt >< a href = " ruby-core/ " > Ruby Core</ a > </dt >
35
35
<dd >
36
36
With Ruby 2.0 underway, now is a fantastic time to be following Ruby’s
37
37
development. If you are interested in helping with Ruby, start here.
38
38
</dd >
39
39
40
- <dt markdown = " true " >[ Weblogs About Ruby](weblogs/) </dt >
40
+ <dt >< a href = " weblogs/ " > Weblogs About Ruby</ a > </dt >
41
41
<dd >
42
42
Very little happens in the Ruby community that is not talked about on the blogs.
43
43
We’ve got a nice list of suggestions for you here for getting plugged in.
44
44
</dd >
45
45
46
- <dt markdown = " true " >[ Ruby Conferences](conferences/) </dt >
46
+ <dt >< a href = " conferences/ " > Ruby Conferences</ a > </dt >
47
47
<dd >
48
48
Ruby programmers around the world are getting involved in more and more
49
49
conferences, where they get together to share reports on work-in-progress,
50
50
discuss the future of Ruby, and welcome newcomers to the Ruby community.
51
51
</dd >
52
52
53
- <dt markdown = " true " >[The Ruby Mentor Project]( http://rubymentor.rubyforge.org/) </dt >
53
+ <dt >< a href = " http://rubymentor.rubyforge.org/ " >The Ruby Mentor Project</ a > </dt >
54
54
<dd >
55
55
This new resource aims to pair people new to Ruby with more experienced
56
56
guides. The goal is to ease the process of learning Ruby by having someone
@@ -59,9 +59,11 @@ start:
59
59
</dd >
60
60
61
61
<dt >General Ruby Information</dt >
62
- <dd markdown =" true " >
63
- * [Ruby Central](http://www.rubycentral.org/)
64
- * [Ruby at Open Directory Project](http://dmoz.org/Computers/Programming/Languages/Ruby/)
65
- * [Rails at Open Directory Project](http://dmoz.org/Computers/Programming/Languages/Ruby/Software/Rails/)
62
+ <dd >
63
+ <ul>
64
+ <li><a href="http://www.rubycentral.org/">Ruby Central</a></li>
65
+ <li><a href="http://dmoz.org/Computers/Programming/Languages/Ruby/">Ruby at Open Directory Project</a></li>
66
+ <li><a href="http://dmoz.org/Computers/Programming/Languages/Ruby/Software/Rails/">Rails at Open Directory Project</a></li>
67
+ </ul>
66
68
</dd >
67
69
</dl >
0 commit comments