Skip to content

Commit 3937ced

Browse files
committed
Fix malformed indexsee macros
1 parent 8697ea4 commit 3937ced

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

12_browser.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ browser. The “Web” part in the name refers to the fact that such pages
100100
can easily link to each other, thus connecting into a huge mesh that
101101
users can move through.
102102

103-
indexsee::[Hyper-Text Transfer Prototol,HTTP]
103+
indexsee:[Hyper-Text Transfer Prototol,HTTP]
104104

105105
To add content to the Web, all you need to do is connect a machine
106106
to the Internet, and have it listen on port 80, using ((HTTP)) (the

13_dom.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This page has the following structure:
4444

4545
image::img/html-boxes.svg[alt="HTML document as nested boxes",width="7cm"]
4646

47-
indexsee::[Document Object Model,DOM]
47+
indexsee:[Document Object Model,DOM]
4848

4949
The data structure the browser uses to represent the document follows
5050
this shape. For each box, there is an object, which we can interact

17_http.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ such as the ((password)) to your ((email)) account, or that it arrive
787787
at its destination unmodified, such as the account number you transfer
788788
money to from your bank's website, plain HTTP is not good enough.
789789

790-
indexsee::[Secure HTTP,HTTPS]
790+
indexsee:[Secure HTTP,HTTPS]
791791

792792
(((cryptography)))(((encryption)))The secure ((HTTP)) protocol, whose
793793
((URL))s start with _https://_, wraps HTTP traffic in a way that makes

0 commit comments

Comments
 (0)