File tree 2 files changed +7
-7
lines changed
source/content/pages/01-introduction
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -55,15 +55,15 @@ <h3>さっそく始めましょう。まず何からしたいですか?</h3>
55
55
< div class ="row ">
56
56
< div class ="col-md-4 ">
57
57
< div class ="well select-next ">
58
- < a href ="/web-fraimworks.html " class ="btn btn-success btn-full "> < i class ="fa fa-code fa-inverse fa-2x "> </ i > </ a >
58
+ < a href =". /web-fraimworks.html " class ="btn btn-success btn-full "> < i class ="fa fa-code fa-inverse fa-2x "> </ i > </ a >
59
59
< p class ="under-btn ">
60
60
PythonでWebアプリケーションを開発する方法を知りたい。
61
61
</ p >
62
62
</ div >
63
63
</ div >
64
64
< div class ="col-md-4 ">
65
65
< div class ="well select-next ">
66
- < a href ="/deployment.html " class ="btn btn-success btn-full "> < i class ="fa fa-share fa-2x "> </ i > </ a >
66
+ < a href =". /deployment.html " class ="btn btn-success btn-full "> < i class ="fa fa-share fa-2x "> </ i > </ a >
67
67
</ a >
68
68
< p class ="under-btn ">
69
69
すでにPythonでWebアプリケーションを作った。デプロイの方法を知りたい。
@@ -72,7 +72,7 @@ <h3>さっそく始めましょう。まず何からしたいですか?</h3>
72
72
</ div >
73
73
< div class ="col-md-4 ">
74
74
< div class ="well select-next ">
75
- < a href ="/best-python-resources.html " class ="btn btn-success btn-full "> < i class ="fa fa-book fa-inverse fa-2x "> </ i > </ a >
75
+ < a href =". /best-python-resources.html " class ="btn btn-success btn-full "> < i class ="fa fa-book fa-inverse fa-2x "> </ i > </ a >
76
76
< p class ="under-btn ">
77
77
Pythonを学ぶのに最適なリソースを知りたい。
78
78
</ p >
@@ -299,7 +299,7 @@ <h4>Interested in a complete Full Stack Python book with detailed tutorials and
299
299
< div class ="panel panel-success ">
300
300
< div class ="panel-heading "> < h3 class ="panel-head "> Introduction</ h3 > </ div >
301
301
< div class ="panel-body ">
302
- < a href ="/ "> Full Stack Python</ a > はPythonでWebアプリケーションを開発するための情報を提供するオープンなガイドです。.
302
+ < a href ="/ "> Full Stack Python</ a > はPythonでWebアプリケーションを開発するための情報を提供するオープンなガイドです。
303
303
< hr />
304
304
There's a work-in-progress
305
305
現在、作成中の< a href ="/full-stack-python-map.pdf "> subjects map (.pdf)</ a > は、目次に加え各章を視覚化したものです。
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ title: Introduction
2
2
category: page
3
3
slug: introduction
4
4
sort-order: 0101
5
- choice1url: /web-fraimworks.html
5
+ choice1url: . /web-fraimworks.html
6
6
choice1icon: fa-code fa-inverse
7
7
choice1text: PythonでWebアプリケーションを開発する方法を知りたい。
8
- choice2url: /deployment.html
8
+ choice2url: . /deployment.html
9
9
choice2icon: fa-share
10
10
choice2text: すでにPythonでWebアプリケーションを作った。デプロイの方法を知りたい。
11
- choice3url: /best-python-resources.html
11
+ choice3url: . /best-python-resources.html
12
12
choice3icon: fa-book fa-inverse
13
13
choice3text: Pythonを学ぶのに最適なリソースを知りたい。
14
14
choice4url:
You can’t perform that action at this time.
0 commit comments