Skip to content

Commit 0c70993

Browse files
committed
Update index.html
1 parent 0f495f9 commit 0c70993

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
55
<meta name="author" content="Guilherme Nascimento">
66
<meta name="description" content="Inphinit is a fast and sustainable PHP framework, infinite possibilities for use with other composer packages">
7-
<meta name="keywords" content="inphinit, php, framework, microframework, performance, routes, controllers, views, rest">
7+
<meta name="keywords" content="inphinit, php, framework, microframework, performance, routes, controllers, views, web, api">
88
<meta http-equiv="X-UA-Compatible" content="IE=edge">
99
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, shrink-to-fit=no">
1010
<title>Inphinit PHP framework</title>
@@ -42,7 +42,7 @@ <h2>The fast and "sustainable" micro-framework</h2>
4242
<p class="intro">Infinite possibilities to use with other packages in an easy and simple way and still achieve a good performance</p>
4343

4444
<p class="lnks">
45-
<a class="btn" href="/en/">Getting started</a>
45+
<a class="btn" href="/en/docs/">Getting started</a>
4646
<a class="btn" href="/api/">API documentation</a>
4747
</p>
4848
</div>
@@ -111,7 +111,7 @@ <h3>Installing with composer</h3>
111111
d.write('<p>Note that the <code>./server<\/code> is only for development, you can use Apache, Xampp and others<\/p>');
112112
}
113113
</script>
114-
<p>More details in: <a class="l" href="/en/">Getting started</a></p>
114+
<p>More details in: <a class="l" href="/en/docs/structure.html#server">Getting started</a></p>
115115
</div>
116116
<div class="col">
117117
<div class="window">
@@ -189,7 +189,7 @@ <h3>Creating routings</h3>
189189
</p>
190190
</div>
191191

192-
<script async src="js/main.min.js?v= 1.21"></script>
192+
<script async src="js/main.min.js?v=1.21"></script>
193193

194194
<script type="application/ld+json">
195195
{

0 commit comments

Comments
 (0)