Skip to content

Commit f6cae43

Browse files
committed
Add RxSwift Combine link
1 parent 20133d9 commit f6cae43

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apps/components_guide_web/lib/components_guide_web/templates/links/index.html.eex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@
5656

5757
<h3 class="mt-6 mb-2 text-2xl leading-normal italic">Tools and libraries for Combine</h3>
5858
<ul class="list-disc">
59-
<li><%= link "Joe Heck’s in-depth Combine notes.", to: "https://heckj.github.io/swiftui-notes/" %></li>
60-
<li><%= link "Entwine: Testing tools and utilities for Apple's Combine framework.", to: "https://github.com/tcldr/Entwine" %></li>
59+
<li><%= link "Joe Heck’s in-depth Combine notes", to: "https://heckj.github.io/swiftui-notes/" %></li>
60+
<li><%= link "RxSwift to Combine Cheat Sheet", to: "https://github.com/freak4pc/rxswift-to-combine-cheatsheet" %></li>
61+
<li><%= link "Entwine: Testing tools and utilities for Apple's Combine framework", to: "https://github.com/tcldr/Entwine" %></li>
6162
</ul>
6263
</article>
6364

0 commit comments

Comments
 (0)