update url to project
This commit is contained in:
parent
ec0b9cacf4
commit
a27631c793
2 changed files with 4 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="go-import" content="mcmillian.dev/go/pnut-bridge git https://git.dreamfall.space/thrrgilag/pnut-bridge.git">
|
<meta name="go-import" content="mcmillian.dev/go/pnut-bridge git https://git.dreamfall.space/spacenerdmo/pnut-bridge.git">
|
||||||
<link rel="stylesheet" href="/style.css">
|
<link rel="stylesheet" href="/style.css">
|
||||||
<title>pnut-bridge</title>
|
<title>pnut-bridge</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -11,6 +11,6 @@
|
||||||
<body>
|
<body>
|
||||||
<h1>pnut-bridge</h1>
|
<h1>pnut-bridge</h1>
|
||||||
<p>A matterbridge API plugin allowing you to connect message channels on pnut.io to other supported chat services.</p>
|
<p>A matterbridge API plugin allowing you to connect message channels on pnut.io to other supported chat services.</p>
|
||||||
<p>Project hosted on <a href="https://git.dreamfall.space/thrrgilag/pnut-bridge.git">Gitea</a>.</p>
|
<p>Project hosted on <a href="https://git.dreamfall.space/spacenerdmo/pnut-bridge.git">Gitea</a>.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="go-import" content="mcmillian.dev/go/woodstock git https://codeberg.org/thrrgilag/woodstock.git">
|
<meta name="go-import" content="mcmillian.dev/go/woodstock git https://codeberg.org/spacenerdmo/woodstock.git">
|
||||||
<link rel="stylesheet" href="/style.css">
|
<link rel="stylesheet" href="/style.css">
|
||||||
<title>woodstock</title>
|
<title>woodstock</title>
|
||||||
</head>
|
</head>
|
||||||
|
@ -11,6 +11,6 @@
|
||||||
<body>
|
<body>
|
||||||
<h1>woodstock</h1>
|
<h1>woodstock</h1>
|
||||||
<p>A client library for pnut.io written in Go.</p>
|
<p>A client library for pnut.io written in Go.</p>
|
||||||
<p>Project hosted on <a href="https://codeberg.org/thrrgilag/woodstock">Codeberg</a>.</p>
|
<p>Project hosted on <a href="https://codeberg.org/spacenerdmo/woodstock">Codeberg</a>.</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue