Skip to content

Commit c9e3455

Browse files
committed
2 minor fixes
1 parent bbf7b59 commit c9e3455

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export default defineConfig({
8686
lastUpdated: true,
8787
editLink: {
8888
baseUrl:
89-
"https://github.com/DuendeSoftware/docs.duendesoftware.com/edit/main/docs/",
89+
"https://github.com/DuendeSoftware/docs.duendesoftware.com/edit/main/",
9090
},
9191
social: [
9292
{

src/content/docs/identityserver/upgrades/identityserver4-to-duende-identityserver-v7.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ IdentityServer is free for development, testing and personal projects, but produ
465465
requires a [license](https://duendesoftware.com/products/identityserver).
466466
:::
467467

468-
## Breaking changes
468+
## Breaking Changes
469469

470470
Duende IdentityServer is a Software Development Kit (SDK) that you can use to build your own identity and access management solutions (IAM).
471471
Being an SDK, there is a lot of potential for customization during the implementation. Depending on your specific project, breaking changes might affect your use of IdentityServer.

0 commit comments

Comments
 (0)