Skip to content

Commit

Permalink
Updated books links.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Nov 23, 2023
1 parent a1c9902 commit d527acd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ link_url = "https://lfe.io/books/"
title = "The LFE Tutorial"
authors = "Robert Virding & Duncan McGreggor"
cover = '''
[img-src]: https://lfe.io/books/tutorial/images/cover.jpg
[img-src]: https://cnbbooks.github.io/lfe-tutorial/images/cover.jpg
[img-link]: https://lfe.io/books/tutorial/
[![lfe-tutorial][img-src]][img-link]
'''
Expand Down Expand Up @@ -543,7 +543,7 @@ cover = '''
[![The LFE Style Guide][img-src]][img-link]
'''
description = '''Guidelines assembled from the Erlang and Lisp communities
'''
'''
link_text = "Read Now"
link_url = "https://lfe.io/books/style-guide/"

Expand All @@ -566,8 +566,9 @@ link_url = "https://lfe.io/books/sicp/"
title = "LFE Chineual"
authors = "Duncan McGreggor & Robert Virding"
cover = '''
[img-src]: https://cnbbooks.github.io/lfe-manual/current/images/cover.jpg
[img-link]: https://cnbbooks.github.io/lfe-manual/current/
[img-src]: https://cnbbooks.github.io/lfe-manual/images/cover.jpg
[img-link]: https://lfe.io/books/chinenual/
[![sicp][img-src]][img-link]
'''
description = '''A work in progress, this book aims to eventually be the complete manual for LFE
Expand Down
4 changes: 2 additions & 2 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ <h3 class="text-xl font-semibold text-gray-800 dark:text-gray-300 dark:hover:tex
<div
class="group flex flex-col h-full bg-white border border-gray-200 shadow-sm rounded-md dark:bg-slate-900 dark:border-gray-700 dark:shadow-slate-700/[.7]">
<div class="h-108 flex flex-col justify-center items-center bg-blue-600 rounded-t-md">
<a href="https://lfe.io/books/tutorial/"><img src="https://lfe.io/books/tutorial/images/cover.jpg" alt="lfe-tutorial" /></a>
<a href="https://lfe.io/books/tutorial/"><img src="https://cnbbooks.github.io/lfe-tutorial/images/cover.jpg" alt="lfe-tutorial" /></a>
</div>
<div class="p-4 md:p-6">
<span class="block mb-1 text-xs font-semibold uppercase text-blue-600 dark:text-blue-500">
Expand Down Expand Up @@ -1035,7 +1035,7 @@ <h3 class="text-xl font-semibold text-gray-800 dark:text-gray-300 dark:hover:tex
<div
class="group flex flex-col h-full bg-white border border-gray-200 shadow-sm rounded-md dark:bg-slate-900 dark:border-gray-700 dark:shadow-slate-700/[.7]">
<div class="h-108 flex flex-col justify-center items-center bg-blue-600 rounded-t-md">
<a href="https://cnbbooks.github.io/lfe-manual/current/"><img src="https://cnbbooks.github.io/lfe-manual/current/images/cover.jpg" alt="sicp" /></a>
<a href="https://lfe.io/books/chinenual/"><img src="https://cnbbooks.github.io/lfe-manual/images/cover.jpg" alt="sicp" /></a>
</div>
<div class="p-4 md:p-6">
<span class="block mb-1 text-xs font-semibold uppercase text-blue-600 dark:text-blue-500">
Expand Down
Loading

0 comments on commit d527acd

Please sign in to comment.