Skip to content

Commit 112ac02

Browse files
committed
docs: fix links
1 parent 40ecfd4 commit 112ac02

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Data Structures and Algorithms in JavaScript
22

3-
![CircleCI](https://img.shields.io/circleci/build/github/amejiarosario/dsa.js-data-structures-and-algorithms-in-javascript/master.svg) [![NPM version](https://badge.fury.io/js/dsa.js.svg)](https://badge.fury.io/js/dsa.js) [![Slack](https://dsajs-slackin.herokuapp.com/badge.svg)](https://dsajs-slackin.herokuapp.com)
4-
3+
[![CircleCI](https://img.shields.io/circleci/build/github/amejiarosario/dsa.js-data-structures-and-algorithms-in-javascript/master.svg)](https://circleci.com/gh/amejiarosario/dsa.js-data-structures-and-algorithms-in-javascript) [![NPM version](https://badge.fury.io/js/dsa.js.svg)](https://badge.fury.io/js/dsa.js) [![Slack](https://dsajs-slackin.herokuapp.com/badge.svg)](https://dsajs-slackin.herokuapp.com)
54

65
<!--
76
[![CircleCI](https://circleci.com/gh/amejiarosario/dsa.js-data-structures-and-algorithms-in-javascript.svg?style=svg)](https://circleci.com/gh/amejiarosario/dsa.js-data-structures-and-algorithms-in-javascript)
@@ -33,17 +32,17 @@ For a full list of all the exposed data structures and algorithms [see](https://
3332

3433
## Book
3534

36-
You can check out the [dsa.js book](https://books.adrianmejia.com) that goes deeper into each topic and provide additional illustrations and explanations.
35+
You can also buy this repo in [book format](https://books.adrianmejia.com/dsajs-data-structures-algorithms-javascript/) that goes deeper into each topic and provide additional illustrations and explanations.
3736

3837
- Algorithmic toolbox to avoid getting stuck while coding.
3938
- Explains data structures similarities and differences.
4039
- Algorithm analysis fundamentals (Big O notation, Time/Space complexity) and examples.
4140
- Time/space complexity cheatsheet.
4241

43-
<a href="https://books.adrianmejia.com"><img src="https://user-images.githubusercontent.com/418605/55248546-60ebad80-5220-11e9-8cb5-85923f44e196.png" height="400px" alt="dsajs algorithms javascript book"></a>
42+
<a href="https://books.adrianmejia.com/dsajs-data-structures-algorithms-javascript/"><img src="https://user-images.githubusercontent.com/418605/55248546-60ebad80-5220-11e9-8cb5-85923f44e196.png" height="400px" alt="dsajs algorithms javascript book"></a>
4443

4544
<!--
46-
WARNING: Although you can find the [book text on this repo](https://github.com/amejiarosario/dsa.js/blob/master/book/book.adoc), there are some things that doesn't work well with Github's Asciidoc unfortunately. For instance rendering Graphviz diagrams, internal link references, embedding code into docs and so on. For better reading experience and nicer presentation you can get the [PDF format here](https://books.adrianmejia.com).
45+
WARNING: Although you can find the [book text on this repo](https://github.com/amejiarosario/dsa.js/blob/master/book/book.adoc), there are some things that doesn't work well with Github's Asciidoc unfortunately. For instance rendering Graphviz diagrams, internal link references, embedding code into docs and so on. For better reading experience and nicer presentation you can get the [PDF format here](https://books.adrianmejia.com/dsajs-data-structures-algorithms-javascript/).
4746
-->
4847

4948
## Data Structures

deprecated-README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ toc::[]
1818
- Algorithm analysis fundamentals (Big O notation, Time/Space complexity) and examples.
1919
- Time/space complexity cheatsheet.
2020
21-
image:book/cover.png[link=https://books.adrianmejia.com, height=400]
21+
image:book/cover.png[link=https://books.adrianmejia.com/dsajs-data-structures-algorithms-javascript/, height=400]
2222

2323
== Data Structures
2424
We are covering the following data structures.

0 commit comments

Comments
 (0)