rename from go-watch-and-tel to go-watch
This commit is contained in:
parent
2b138cadc7
commit
b1e1313b31
3 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
# go-watch-and-tel
|
||||
[](https://drone.broodjeaap.net/broodjeaap/go-watch-and-tel)
|
||||
# Go Watch
|
||||
[](https://drone.broodjeaap.net/broodjeaap/go-watch)
|
||||
|
||||
|
||||
A change detection server that notifies through Telegram written in Go
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module broodjeaap.net/go-watch-and-tel
|
||||
module broodjeaap.net/go-watch
|
||||
|
||||
go 1.18
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
|
||||
<div class="container-fluid">
|
||||
<a class="navbar-brand" href="#">Go Watch And Tell</a>
|
||||
<a class="navbar-brand" href="#">Go Watch</a>
|
||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="navbar-toggler-icon"></span>
|
||||
</button>
|
||||
|
|
Loading…
Add table
Reference in a new issue