fix: 🐛 Change broken links caused by name change of repo (#649)

This commit is contained in:
Oskar Strömberg 2023-03-28 22:35:19 +02:00 committed by GitHub
parent ee35ba7108
commit 61d47b4440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 535 additions and 535 deletions

File diff suppressed because it is too large Load Diff

View File

@ -161,7 +161,7 @@ Once done, create a _pull request_ where you explain why we should incorporate y
If you're new to GitHub, there's a number of excellent guides available, such as [this one on forking projects and making pull requests](https://guides.github.com/activities/forking/).
There are many ways to contribute to the project. \
If you don't know how to program and want help, you can [file an issue](https://github.com/kolplattformen/skolplattformen-app/issues/new) to let us know when something isn't working properly. \
If you don't know how to program and want help, you can [file an issue](https://github.com/kolplattformen/skolplattformen/issues/new) to let us know when something isn't working properly. \
We're super duper happy for both issues and pull requests, and we try to answer all of them as soon as humanly possible.
Another way to contribute is by helping translate Öppna skolplattformen [on Hosted Weblate](https://hosted.weblate.org/engage/skolplattformen-app/) into a new language, or to improve existing translations.

View File

@ -87,7 +87,7 @@ const Privacy = () => {
<p>
Denna integritetspolicy gäller fr.o.m. 2021-09-13. Ändringar i denna
policy finns dokumenterade vår{' '}
<Link.External href="https://github.com/kolplattformen/skolplattformen-app/">
<Link.External href="https://github.com/kolplattformen/skolplattformen/">
GitHub
</Link.External>
.

View File

@ -16,13 +16,13 @@ const Status = () => {
<ul>
<li>Skicka en tweet 🥉</li>
<li>
<a href="https://github.com/kolplattformen/skolplattformen-app/issues">
<a href="https://github.com/kolplattformen/skolplattformen/issues">
Lägg en buggrapport här
</a>{' '}
🥈
</li>
<li>
<a href="https://github.com/kolplattformen/skolplattformen-app/pulls">
<a href="https://github.com/kolplattformen/skolplattformen/pulls">
Skicka en PR
</a>{' '}
🥇

View File

@ -27,7 +27,7 @@ export const newsItem = ({
body: toNonEmptyMarkdownString(body),
})
// Fixes https://github.com/kolplattformen/skolplattformen-app/issues/525
// Fixes https://github.com/kolplattformen/skolplattformen/issues/525
const toNonEmptyMarkdownString = (str: string): string => {
const res = toMarkdown(str)
if (res?.length == 0) return ' '