setup proprer urls

This commit is contained in:
Brad Rydzewski
2015-12-05 20:24:17 -08:00
parent 6f33548621
commit f5e824bbd0
5 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
baseurl = "http://docs.lgtm.co/"
baseurl = "http://docs.lgtm.co/docs/"
languageCode = "en-us"
title = "LGTM"
+1 -1
View File
@@ -10,4 +10,4 @@ In order to approve a pull request a maintainer should add a comment that
includes **LGTM**, which stands for *looks good to me*. When **two approvals**
are received the branch is unlocked and can be merged.
![approval complete](/images/approval_complete.png)
![approval complete](/docs/images/approval_complete.png)
+1 -1
View File
@@ -11,4 +11,4 @@ pull requests that have not received approval from your maintainers.
Navigate to your repository settings in GitHub to enable protected branches:
![protected branches](/images/protected_branches.png)
![protected branches](/docs/images/protected_branches.png)
+2 -5
View File
@@ -3,7 +3,6 @@
<head>
<title>LGTM</title>
<base href="/">
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta content="ie=edge" http-equiv="x-ua-compatible" />
@@ -12,8 +11,8 @@
<link href="//fonts.googleapis.com/css?family=Roboto:400,300" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet" type="text/css">
<link href="//cdnjs.cloudflare.com/ajax/libs/octicons/3.3.0/octicons.css" rel="stylesheet">
<link href="/style.css" rel="stylesheet">
<link href="/docs.css" rel="stylesheet">
<link href="/docs/style.css" rel="stylesheet">
<link href="/docs/docs.css" rel="stylesheet">
</head>
<body>
@@ -34,7 +33,6 @@
<div class="grid-flex-cell grid-flex-cell-1of4">
<nav role='navigation'>
<!-- <h3>How To</h3> -->
<ul class='list-unstyled side-nav'>
{{ $currentNode := . }}
{{ range .Site.Menus.main }}
@@ -45,7 +43,6 @@
</ul>
</nav>
</div>
</div>
</body>
</html>
+1 -1
View File
@@ -2,7 +2,7 @@
<html>
<head>
<title>LGTM</title>
<script>window.location="/approvers"</script>
<script>window.location="./approvers"</script>
</head>
<body></body>
</html>