Skip to content

Commit d6cb7bd

Browse files
committed
addressed-suggestions
1 parent b793b39 commit d6cb7bd

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

_data/gsoc-ideas.yml

+14-4
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@
112112
mentors: [armanbilge, tanishiking, valencik]
113113
categories: [web, cloud, operating systems, programming languages]
114114
repolinks:
115+
- name: cats-effect
116+
url: https://github.com/typelevel/cats-effect
117+
- name: fs2
118+
url: https://github.com/typelevel/fs2
115119

116120
- title: Extensible log4cats interface
117121
description:
@@ -133,9 +137,11 @@
133137
length: short
134138
mentors: [satabin, ybasket]
135139
categories: [cloud, web, programming languages]
136-
repolinks:
137-
- name: fs2
138-
url: https://github.com/typelevel/fs2
140+
repolinks:
141+
- name: http4s-fs2-data
142+
url: https://github.com/http4s/http4s-fs2-data
143+
- name: fs2-data
144+
url: https://github.com/gnieh/fs2-data
139145
- name: http4s
140146
url: https://github.com/http4s/http4s
141147

@@ -148,4 +154,8 @@
148154
length: medium
149155
mentors: [jatcwang]
150156
categories: [cloud, programming languages]
151-
repolinks:
157+
repolinks:
158+
- name: doobie
159+
url: https://github.com/typelevel/doobie
160+
- name: munit-cats-effect
161+
url: https://github.com/typelevel/munit-cats-effect

_includes/_gsoc_idea_card.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ <h5>Mentors</h5>
3030
{% endfor %}
3131
</p>
3232

33-
<h5>References</h5>
33+
<h5>Related Repos</h5>
3434
<p>
3535
{% for repolink in project.repolinks %}
36-
<a href="{{ repolink.url }}">@{{ repolink.name }}</a>
36+
<a href="{{ repolink.url }}">{{ repolink.name }}</a>
3737
{% endfor %}
3838
</p>
3939
</div>

0 commit comments

Comments
 (0)