Skip to content

Commit 0750d94

Browse files
committed
docs: use my own selling page
1 parent 7c9d66d commit 0750d94

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ For a full list of all the exposed data structures and algorithms [see](https://
2929

3030
## Book
3131

32-
You can check out the [dsa.js book](https://gum.co/dsajs) that goes deeper into each topic and provide additional illustrations and explanations.
32+
You can check out the [dsa.js book](https://books.adrianmejia.com) that goes deeper into each topic and provide additional illustrations and explanations.
3333

3434
- Algorithmic toolbox to avoid getting stuck while coding.
3535
- Explains data structures similarities and differences.
3636
- Algorithm analysis fundamentals (Big O notation, Time/Space complexity) and examples.
3737
- Time/space complexity cheatsheet.
3838

39-
<a href="https://gum.co/dsajs"><img src="https://user-images.githubusercontent.com/418605/55248546-60ebad80-5220-11e9-8cb5-85923f44e196.png" height="400px" alt="dsajs algorithms javascript book">a>
39+
<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>
4040

4141
4444

4545
## Data Structures

deprecated-README.adoc

Lines changed: 1 addition & 1 deletion
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://gum.co/dsajs, height=400]
21+
image:book/cover.png[link=https://books.adrianmejia.com, height=400]
2222

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

0 commit comments

Comments
 (0)