Update URLs to lead to GitHub

This commit is contained in:
Nikita Karamov 2023-03-16 10:41:55 +01:00
parent d8fe6060e8
commit 01e82d462d
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD
9 changed files with 31 additions and 30 deletions

View File

@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
- **new project name**: Share₂Fedi (see #1)
- new default instance URL: <https://s2f.kytta.dev>
- new logo
- repository moved back to GitHub
## [2.4.5] - 2023-06-17
@ -193,24 +194,24 @@ Initial release of the site
- Add main code for the site
[Unreleased]: https://codeberg.org/kytta/toot/compare/v2.4.5...HEAD
[2.4.5]: https://codeberg.org/kytta/toot/compare/v2.4.4...v2.4.5
[2.4.4]: https://codeberg.org/kytta/toot/compare/v2.4.3...v2.4.4
[2.4.3]: https://codeberg.org/kytta/toot/compare/v2.4.2...v2.4.3
[2.4.2]: https://codeberg.org/kytta/toot/compare/v2.4.1...v2.4.2
[2.4.1]: https://codeberg.org/kytta/toot/compare/v2.4.0...v2.4.1
[2.4.0]: https://codeberg.org/kytta/toot/compare/v2.3.1...v2.4.0
[2.3.1]: https://codeberg.org/kytta/toot/compare/v2.3.0...v2.3.1
[2.3.0]: https://codeberg.org/kytta/toot/compare/v2.2.2...v2.3.0
[2.2.2]: https://codeberg.org/kytta/toot/compare/v2.2.1...v2.2.2
[2.2.1]: https://codeberg.org/kytta/toot/compare/v2.2.0...v2.2.1
[2.2.0]: https://codeberg.org/kytta/toot/compare/v2.1.0...v2.2.0
[2.1.0]: https://codeberg.org/kytta/toot/compare/v2.0.0...v2.1.0
[2.0.0]: https://codeberg.org/kytta/toot/compare/v1.2.2...v2.0.0
[1.2.2]: https://codeberg.org/kytta/toot/compare/v1.2.1...v1.2.2
[1.2.1]: https://codeberg.org/kytta/toot/compare/v1.2.0...v1.2.1
[1.2.0]: https://codeberg.org/kytta/toot/compare/v1.1.2...v1.2.0
[1.1.2]: https://codeberg.org/kytta/toot/compare/v1.1.1...v1.1.2
[1.1.1]: https://codeberg.org/kytta/toot/compare/v1.1.0...v1.1.1
[1.1.0]: https://codeberg.org/kytta/toot/compare/v1.0.0...v1.1.0
[1.0.0]: https://codeberg.org/kytta/toot/compare/e85aa15400bcdbcccf655d331f72df8304744b85...v1.0.0
[Unreleased]: https://github.com/kytta/share2fedi/compare/v2.4.5...HEAD
[2.4.5]: https://github.com/kytta/share2fedi/compare/v2.4.4...v2.4.5
[2.4.4]: https://github.com/kytta/share2fedi/compare/v2.4.3...v2.4.4
[2.4.3]: https://github.com/kytta/share2fedi/compare/v2.4.2...v2.4.3
[2.4.2]: https://github.com/kytta/share2fedi/compare/v2.4.1...v2.4.2
[2.4.1]: https://github.com/kytta/share2fedi/compare/v2.4.0...v2.4.1
[2.4.0]: https://github.com/kytta/share2fedi/compare/v2.3.1...v2.4.0
[2.3.1]: https://github.com/kytta/share2fedi/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/kytta/share2fedi/compare/v2.2.2...v2.3.0
[2.2.2]: https://github.com/kytta/share2fedi/compare/v2.2.1...v2.2.2
[2.2.1]: https://github.com/kytta/share2fedi/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/kytta/share2fedi/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/kytta/share2fedi/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/kytta/share2fedi/compare/v1.2.2...v2.0.0
[1.2.2]: https://github.com/kytta/share2fedi/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/kytta/share2fedi/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/kytta/share2fedi/compare/v1.1.2...v1.2.0
[1.1.2]: https://github.com/kytta/share2fedi/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/kytta/share2fedi/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/kytta/share2fedi/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/kytta/share2fedi/compare/e85aa15400bcdbcccf655d331f72df8304744b85...v1.0.0

View File

@ -98,7 +98,7 @@ The repo banner includes Mastodons Full logo, licensed under [AGPL-3.0]
---
This project is hosted on Codeberg: <https://codeberg.org/kytta/toot.git>
This project is hosted on GitHub: <https://github.com/kytta/share2fedi.git>
[AGPL-3.0]: https://spdx.org/licenses/AGPL-3.0-only.html
[Nikita Karamov]: https://www.kytta.dev

View File

@ -7,7 +7,7 @@
"homepage": "https://toot.kytta.dev/",
"repository": {
"type": "git",
"url": "https://codeberg.org/kytta/toot.git"
"url": "https://github.com/kytta/share2fedi.git"
},
"private": true,
"scripts": {

View File

@ -1,5 +1,5 @@
/*!
* @source: https://codeberg.org/kytta/toot/src/branch/main/src/count.js
* @source: https://github.com/kytta/share2fedi/blob/main/src/count.js
*
* @licstart The following is the entire license notice for the
* JavaScript code in this page.

View File

@ -1,5 +1,5 @@
<!--
@source: https://codeberg.org/kytta/toot/src/branch/main/src/index.html
@source: https://github.com/kytta/share2fedi/blob/main/src/index.html
share2fedi - Instance-agnostic share page for the Fediverse.
Copyright (C) 2020-2023 Nikita Karamov <me@kytta.dev>
@ -88,7 +88,7 @@
<a href="https://joinmastodon.org/">What is Mastodon?</a>
</section>
<section>
<a href="https://codeberg.org/kytta/toot">toot on Codeberg</a>
<a href="https://github.com/kytta/share2fedi">toot on GitHub</a>
</section>
</footer>
<script src="/main.js"></script>

View File

@ -1,5 +1,5 @@
/*!
* @source: https://codeberg.org/kytta/toot/src/branch/main/src/main.js
* @source: https://github.com/kytta/share2fedi/blob/main/src/main.js
*
* @licstart The following is the entire license notice for the
* JavaScript code in this page.

View File

@ -1,5 +1,5 @@
/*
* @source: https://codeberg.org/kytta/toot/src/branch/main/src/scss/_fonts.scss
* @source: https://github.com/kytta/share2fedi/blob/main/src/scss/_fonts.scss
*
* share2fedi - Instance-agnostic share page for the Fediverse.
* Copyright (C) 2020-2023 Nikita Karamov <me@kytta.dev>

View File

@ -1,5 +1,5 @@
/*
* @source: https://codeberg.org/kytta/toot/src/branch/main/src/scss/_variables.scss
* @source: https://github.com/kytta/share2fedi/blob/main/src/scss/_variables.scss
*
* share2fedi - Instance-agnostic share page for the Fediverse.
* Copyright (C) 2020-2023 Nikita Karamov <me@kytta.dev>

View File

@ -1,5 +1,5 @@
/*!
* @source: https://codeberg.org/kytta/toot/src/branch/main/src/scss/style.scss
* @source: https://github.com/kytta/share2fedi/blob/main/src/scss/style.scss
*
* share2fedi - Instance-agnostic share page for the Fediverse.
* Copyright (C) 2020-2023 Nikita Karamov <me@kytta.dev>