Skip to content

Commit 9d9d195

Browse files
committed
fix link
1 parent 611d4ff commit 9d9d195

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

devops/running-nomad-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ or verbose version with detailed breakdown
4646
nomad node status -self -verbose
4747
```
4848

49-
Check Web UI for more info: [http://localhost:4646/ui](http://localhost:4646/ui)
49+
Check Web UI for more info: http://localhost:4646/ui
5050

5151
## Start Consul Agent
5252

index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@
6767
<table align="center">
6868
<tbody>
6969
<tr>
70+
<td><a href="https://til.bhupesh.me/devops/running-nomad-cluster">How to run a Local Nomad Cluster</a></td>
71+
</tr>
72+
<tr>
7073
<td><a href="https://til.bhupesh.me/miscellaneous/green-software">How I think about Green Software</a></td>
7174
</tr>
7275
<tr>
@@ -93,9 +96,6 @@
9396
<tr>
9497
<td><a href="https://til.bhupesh.me/shell/exporting-environment-variables-shell-and-vscode">Seamlessly Exporting Environment Variables for Shell, VSCode Debugger & Makefile</a></td>
9598
</tr>
96-
<tr>
97-
<td><a href="https://til.bhupesh.me/management/the-art-and-science-mess-management">The art and science of mess management</a></td>
98-
</tr>
9999
</tbody>
100100
</table>
101101

recent_tils.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
[
2+
{
3+
"title": "How to run a Local Nomad Cluster",
4+
"url": "https://til.bhupesh.me/devops/running-nomad-cluster"
5+
},
26
{
37
"title": "How I think about Green Software",
48
"url": "https://til.bhupesh.me/miscellaneous/green-software"
@@ -34,9 +38,5 @@
3438
{
3539
"title": "Seamlessly Exporting Environment Variables for Shell, VSCode Debugger & Makefile",
3640
"url": "https://til.bhupesh.me/shell/exporting-environment-variables-shell-and-vscode"
37-
},
38-
{
39-
"title": "The art and science of mess management",
40-
"url": "https://til.bhupesh.me/management/the-art-and-science-mess-management"
4141
}
4242
]

0 commit comments

Comments
 (0)