Skip to content

Commit e259462

Browse files
Merge pull request #653 from DuendeSoftware/mb/fix
2 minor fixes
2 parents bbf7b59 + c9e3455 commit e259462

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)