Skip to content

Commit 05c58b4

Browse files
committed
fix: remove invalid hash anchors in changelog and checkout slots
These anchors referenced sections that no longer exist. Pointing to the containers overview page instead.
1 parent f83df6f commit 05c58b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/content/docs/dropins/checkout/slots.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Learn about the slots provided in the checkout drop-in component.
1414

1515
## Title slots
1616

17-
The `TitleProps` interface defines slots for the [`Title`](/dropins/checkout/containers/#title-and-heading-customization) component. These slots enable you to customize the title content displayed in specific containers.
17+
The `TitleProps` interface defines slots for the [`Title`](/dropins/checkout/containers/) component. These slots enable you to customize the title content displayed in specific containers.
1818

1919
```ts
2020
export interface TitleProps {

src/content/docs/releases/changelog.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,11 @@ import Aside from '@components/Aside.astro';
215215

216216
The **[`Event Handling`](/dropins/all/events/) has been documented** within the list of events emitted and subscribed by the checkout drop-in component containers.
217217

218-
A new **[`Active`](/dropins/checkout/containers/#active-property) property has been added** for all containers: This property activates/deactivates the container.
218+
A new **[`Active`](/dropins/checkout/containers/) property has been added** for all containers: This property activates/deactivates the container.
219219

220-
A new **[`AutoSync`](/dropins/checkout/containers/#autosync-property) property has been added** for some containers: This property allows the container automatically synchronizing its state changes with the backend.
220+
A new **[`AutoSync`](/dropins/checkout/containers/) property has been added** for some containers: This property allows the container automatically synchronizing its state changes with the backend.
221221

222-
A new **[`TitleProps`](/dropins/checkout/containers/#title-and-heading-customization) interface has been created** to customize the title and header of some containers.
222+
A new **[`TitleProps`](/dropins/checkout/containers/) interface has been created** to customize the title and header of some containers.
223223

224224
The **[`BillToShippingAddress`](/dropins/checkout/containers/bill-to-shipping-address/) container configuration structure has been modified.** A new property has been added to the `BillToShippingAddressProps` interface:
225225

0 commit comments

Comments
 (0)