Skip to content

Commit 4dd447c

Browse files
committed
fix links in changelog [ci skip]
1 parent 297d52f commit 4dd447c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

CHANGELOG.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### changelog
1+
# changelog
22

33
#### 0.7
44

@@ -56,7 +56,7 @@ named segments now also match `-`, `_`, ` ` and `%`.
5656

5757
`\\` can now be used to escape characters.
5858

59-
[made all special chars and charsets used in parsing configurable.](#modifying-the-compiler)
59+
[made all special chars and charsets used in parsing configurable.](https://github.com/snd/url-pattern#customize-the-pattern-syntax)
6060

6161
added [bower.json](bower.json) and registered with bower as `url-pattern`.
6262

@@ -65,19 +65,20 @@ added [bower.json](bower.json) and registered with bower as `url-pattern`.
6565
[issue 15](https://github.com/snd/url-pattern/issues/15):
6666
named segments now also match the `~` character.
6767
**this will break your code if you relied on the fact that named segments
68-
stop matching at `~` !**
68+
stop matching at `~` !**
69+
[you can customize the parsing to go back to the old behaviour](https://github.com/snd/url-pattern#customize-the-pattern-syntax)
6970

7071
the way the parser is customized has changed.
7172
**this will break your code if you customized the parser !**
72-
[read me](https://github.com/snd/url-pattern#customizing-the-pattern-syntax)
73+
[read me](https://github.com/snd/url-pattern#customize-the-pattern-syntax)
7374
updating your code is very easy.
7475

7576
[issue 14](https://github.com/snd/url-pattern/issues/14):
7677
[read me](https://github.com/snd/url-pattern#make-pattern-from-regex)
7778
non breaking
7879

7980
[issue 11](https://github.com/snd/url-pattern/issues/11):
80-
[read me](https://github.com/snd/url-pattern#stringifying-patterns)
81+
[read me](https://github.com/snd/url-pattern#stringify-patterns)
8182
non breaking
8283

83-
messages on errors thrown when invalid patterns are passed in have changed slightly.
84+
messages on errors thrown on invalid patterns have changed slightly.

0 commit comments

Comments
 (0)