Skip to content

Commit 34c752d

Browse files
Fix broken links to the Carbon documentation
They both link to the same place. There isn't a dedicated ID for the macro formats table. Fixes #1821
1 parent aaa7911 commit 34c752d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/collections/modifiers/iso_format.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The language that will be used for translations depends on what you configured i
1212

1313
This is also compatible with [momentjs format method](https://momentjs.com/), it means you can use same format strings as you may have used in moment from your front-end or other node.js application.
1414

15-
Check out the [complete list of available replacements](https://carbon.nesbot.com/docs/#iso-format-available-replacements).
15+
Check out the [complete list of available replacements](https://carbon.nesbot.com/guide/getting-started/localization.html#iso-format-available-replacements).
1616

1717
```yaml
1818
event_date: June 19 2020
@@ -60,7 +60,7 @@ And this on your French site:
6060
5 janv. 2017
6161
```
6262

63-
Check out the [complete list of available macro-formats](https://carbon.nesbot.com/docs/#available-macro-formats).
63+
Check out the [complete list of available macro-formats](https://carbon.nesbot.com/guide/getting-started/localization.html#iso-format-available-replacements).
6464

6565
:::warning
6666
By default, when using a modifier on a date variable, it will be operating on the UTC date rather than the localized date.

0 commit comments

Comments
 (0)