Skip to content

Commit d4e03aa

Browse files
committed
adding links to new api page
1 parent 44412ea commit d4e03aa

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

source/content/pages/03-deployment/0303-servers.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ choice2url: /platform-as-a-service.html
99
choice2icon: fa-puzzle-piece fa-inverse
1010
choice2text: Forget servers. Give me the easier platform-as-a-service option.
1111
choice3url: /web-servers.html
12-
choice3icon: fa-exchange fa-inverse
12+
choice3icon: fa-cloud
1313
choice3text: I'll install Linux as my OS. Which web server should I use?
1414
choice4url:
1515
choice4icon:

source/content/pages/03-deployment/0305-operating-systems.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ category: page
33
slug: operating-systems
44
sort-order: 033
55
choice1url: /web-servers.html
6-
choice1icon: fa-exchange fa-inverse
6+
choice1icon: fa-cloud
77
choice1text: I'll install Linux as my OS. What web server should I use?
88
choice2url: /application-dependencies.html
99
choice2icon: fa-archive fa-inverse

source/content/pages/05-client-side/0501-css.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ choice2text: How should I host static content such as my CSS files?
1111
choice3url: /source-control.html
1212
choice3icon: fa-code-fork fa-inverse
1313
choice3text: How can I save and version my code so it doesn't get lost?
14-
choice4url:
15-
choice4icon:
16-
choice4text:
14+
choice4url: /application-programming-intefaces.html
15+
choice4icon: fa-exchange
16+
choice4text: What are application programming interfaces?
1717

1818

1919
# Cascading Style Sheets (CSS)

source/content/pages/05-client-side/0503-javascript.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ choice2text: Where should I host static content such as my JavaScript files?
1111
choice3url: /source-control.html
1212
choice3icon: fa-code-fork fa-inverse
1313
choice3text: How do I save and version my code so it does not get lost?
14-
choice4url: /deployment.html
15-
choice4icon: fa-share fa-inverse
16-
choice4text: How do I deploy my web application?
14+
choice4url: /application-programming-intefaces.html
15+
choice4icon: fa-exchange
16+
choice4text: What are application programming interfaces?
1717

1818

1919
# JavaScript

0 commit comments

Comments
 (0)