Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ab8b641

Browse files
docs(book): fix relative images path
1 parent 6a06e3b commit ab8b641

29 files changed

+29
-29
lines changed

‎book/content/part01/algorithms-analysis.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ifndef::imagesdir[]
2-
:imagesdir: ../../
2+
:imagesdir: ../../images
33
:codedir: ../../../src
44
endif::[]
55

‎book/content/part01/big-o-examples.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ifndef::imagesdir[]
2-
:imagesdir: ../../
2+
:imagesdir: ../../images
33
:codedir: ../../../src
44
endif::[]
55

‎book/content/part02/array-vs-list-vs-queue-vs-stack.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ifndef::imagesdir[]
2-
:imagesdir: ../../
2+
:imagesdir: ../../images
33
:codedir: ../../../src
44
endif::[]
55

‎book/content/part02/array.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ifndef::imagesdir[]
2-
:imagesdir: ../../
2+
:imagesdir: ../../images
33
:codedir: ../../../src
44
endif::[]
55

‎book/content/part02/linked-list.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ifndef::imagesdir[]
2-
:imagesdir: ../../
2+
:imagesdir: ../../images
33
:codedir: ../../../src
44
endif::[]
55

‎book/content/part02/queue.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ifndef::imagesdir[]
2-
:imagesdir: ../../
2+
:imagesdir: ../../images
33
:codedir: ../../../src
44
endif::[]
55

‎book/content/part02/stack.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ifndef::imagesdir[]
2-
:imagesdir: ../../
2+
:imagesdir: ../../images
33
:codedir: ../../../src
44
endif::[]
55

‎book/content/part03/binary-search-tree-traversal.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ifndef::imagesdir[]
2-
:imagesdir: ../../
2+
:imagesdir: ../../images
33
:codedir: ../../../src
44
endif::[]
55

‎book/content/part03/binary-search-tree.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ifndef::imagesdir[]
2-
:imagesdir: ../../
2+
:imagesdir: ../../images
33
:codedir: ../../../src
44
endif::[]
55

‎book/content/part03/graph-search.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ifndef::imagesdir[]
2-
:imagesdir: ../../
2+
:imagesdir: ../../images
33
:codedir: ../../../src
44
endif::[]
55

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /