Browse Source
Bugfix/fix links to blog posts (#1167)
* Fix links
* Update changelog
pull/1168/head
Thomas Kaul
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with
7 additions and
13 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/blog/2022/01/first-months-in-open-source/first-months-in-open-source-page.html
-
apps/client/src/app/pages/blog/2022/08/500-stars-on-github/500-stars-on-github-page.html
-
apps/client/src/app/pages/faq/faq-page.html
-
apps/client/src/app/pages/resources/resources-page.html
|
|
@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
### Fixed |
|
|
|
|
|
|
|
- Fixed the license component in the about page |
|
|
|
- Fixed the links to the blog posts |
|
|
|
|
|
|
|
## 1.179.5 - 15.08.2022 |
|
|
|
|
|
|
|
|
|
@ -20,9 +20,7 @@ |
|
|
|
<h2 class="h4">From 1* to 100 stars on GitHub</h2> |
|
|
|
<p> |
|
|
|
When I decided to |
|
|
|
<a [routerLink]="['/en', 'blog', '2021', '07', 'hello-ghostfolio']" |
|
|
|
>publish</a |
|
|
|
> |
|
|
|
<a href="../en/blog/2021/07/hello-ghostfolio">publish</a> |
|
|
|
the project as |
|
|
|
<a href="https://github.com/ghostfolio/ghostfolio" |
|
|
|
>open source software</a |
|
|
|
|
|
@ -19,8 +19,7 @@ |
|
|
|
<a href="https://github.com/ghostfolio/ghostfolio">GitHub</a>. This |
|
|
|
is a major milestone for this open source project and a good time |
|
|
|
for another |
|
|
|
<a |
|
|
|
[routerLink]="['/en', 'blog', '2022', '01', 'ghostfolio-first-months-in-open-source']" |
|
|
|
<a href="../en/blog/2022/01/ghostfolio-first-months-in-open-source" |
|
|
|
>recap</a |
|
|
|
>. |
|
|
|
</p> |
|
|
@ -56,8 +55,7 @@ |
|
|
|
<h2 class="h4">Ready for Web 3.0</h2> |
|
|
|
<p> |
|
|
|
The |
|
|
|
<a |
|
|
|
[routerLink]="['/en', 'blog', '2022', '07', 'ghostfolio-meets-internet-identity']" |
|
|
|
<a href="../en/blog/2022/07/ghostfolio-meets-internet-identity" |
|
|
|
>recent integration of Internet Identity</a |
|
|
|
>, a blockchain authentication system, makes Ghostfolio ready for |
|
|
|
Web3. This third iteration of the World Wide Web is the vision of a |
|
|
|
|
|
@ -35,8 +35,7 @@ |
|
|
|
>Get Started</a |
|
|
|
>” button at the top of the page. You have multiple options to join |
|
|
|
Ghostfolio: Create an account with a security token, using |
|
|
|
<a |
|
|
|
[routerLink]="['/en', 'blog', '2022', '07', 'ghostfolio-meets-internet-identity']" |
|
|
|
<a href="../en/blog/2022/07/ghostfolio-meets-internet-identity" |
|
|
|
>Internet Identity</a |
|
|
|
> |
|
|
|
or <i>Google Sign</i>. We will guide you to set up your portfolio. |
|
|
@ -46,8 +45,7 @@ |
|
|
|
<mat-card-title i18n>Can I use Ghostfolio anonymously?</mat-card-title> |
|
|
|
<mat-card-content i18n> |
|
|
|
Yes, the authentication systems (via security token or |
|
|
|
<a |
|
|
|
[routerLink]="['/en', 'blog', '2022', '07', 'ghostfolio-meets-internet-identity']" |
|
|
|
<a href="../en/blog/2022/07/ghostfolio-meets-internet-identity" |
|
|
|
>Internet Identity</a |
|
|
|
>) enable you to sign in securely and anonymously to Ghostfolio. There |
|
|
|
is no need for an email address, phone number, or a username. |
|
|
|
|
|
@ -29,8 +29,7 @@ |
|
|
|
easier and faster in this guide. |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<a |
|
|
|
[routerLink]="['/en', 'blog', '2022', '07', 'how-do-i-get-my-finances-in-order']" |
|
|
|
<a href="../en/blog/2022/07/how-do-i-get-my-finances-in-order" |
|
|
|
>How do I get my finances in order? →</a |
|
|
|
> |
|
|
|
</div> |
|
|
|