Skip to content

Commit eb4311a

Browse files
committed
Merge pull request #3 from phaller/gh-pages
Fix image in collections architecture doc
2 parents fd80d30 + 3fa2081 commit eb4311a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

2.9.1/overviews/architecture-of-scala-collections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ storing the three strings "abc", "abd", "al", "all", "xy" would look
758758
like this:
759759

760760
A sample patricia tree:
761-
<img src="http://www.scala-lang.org/docu/files/collections-api/patricia.png" width="550">
761+
<img src="{{ site.baseurl }}/resources/images/patricia.png" width="550">
762762

763763
To find the node corresponding to the string "abc" in this trie,
764764
simply follow the subtree labeled "a", proceed from there to the

resources/images/patricia.png

21.8 KB
Loading

0 commit comments

Comments
 (0)