Skip to content

Commit 4de57f1

Browse files
committed
Move link out of WWDC
1 parent e384d93 commit 4de57f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@
5353
link(span("722: Introducing Combine", [:nums_tabular]), to: "https://developer.apple.com/videos/play/wwdc2019/722/"),
5454
link(span("721: Combine in Practice", [:nums_tabular]), to: "https://developer.apple.com/videos/play/wwdc2019/721/"),
5555
link(span("712: Advances in Networking, Part 1", [:nums_tabular]), to: "https://developer.apple.com/videos/play/wwdc2019/712/"),
56-
link(span("Understanding Combine by Matt Neuberg", []), to: "https://www.apeth.com/UnderstandingCombine/toc.html"),
5756
] %>
5857

5958
<h3 class="mt-6 mb-2 text-2xl leading-normal italic">Articles</h3>
6059
<%= list [
60+
link(span("Understanding Combine by Matt Neuberg", []), to: "https://www.apeth.com/UnderstandingCombine/toc.html"),
6161
link("22 short tests of Combine – Part 1: Protocols", to: "https://www.cocoawithlove.com/blog/twenty-two-short-tests-of-combine-part-1.html"),
6262
link("22 short tests of Combine – Part 2: Sharing", to: "https://www.cocoawithlove.com/blog/twenty-two-short-tests-of-combine-part-2.html"),
6363
link("22 short tests of Combine – Part 3: Asynchrony", to: "https://www.cocoawithlove.com/blog/twenty-two-short-tests-of-combine-part-3.html"),

0 commit comments

Comments
 (0)