fix: update links and remove .html extension

This commit is contained in:
Mathias Schopmans
2024-03-12 11:42:36 +01:00
committed by Mathias Schopmans
parent bc1e5b2d70
commit daa86a3f59
75 changed files with 103 additions and 103 deletions

View File

@@ -11,5 +11,5 @@ While this worked as some kind of "single credential" model, it does not support
WebAuthN, Multi-Factor Authentication, etc.
These we do prefer to use integrations using OpenID Connect into SSO solutions such
as [Bare.ID](/platforms-and-aoe-services/bareid.html) or [Keycloak](/tools/keycloak.html), which provide proper
as [Bare.ID](/platforms-and-aoe-services/bareid/) or [Keycloak](/tools/keycloak/), which provide proper
authentication and federation for multiple identity sources.

View File

@@ -6,7 +6,7 @@ tags: [frontend]
---
[Turborepo](https://turbo.build/repo) is a build system for JavaScript and TypeScript project,
which uses a [Monorepo](https://www.aoe.com/techradar/methods-and-patterns/monorepo.html) structure for their codebase.
which uses a [Monorepo](/methods-and-patterns/monorepo/) structure for their codebase.
It helps to build projects efficiently by clever caching and resolving dependencies.
At the same time, Turborepo is very easy and fast to use and doesn't get in the way.