Skip to content

Commit 433740b

Browse files
authored
Fix stale links
1 parent 9e09bf8 commit 433740b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/Evolution/RegexSyntaxRunTimeConstruction.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
A regex declares a string processing algorithm using syntax familiar across a variety of languages and tools throughout programming history. We propose the ability to create a regex at run time from a string containing regex syntax (detailed here), API for accessing the match and captures, and a means to convert between an existential capture representation and concrete types.
1414

15-
The overall story is laid out in [Regex Type and Overview][overview] and each individual component is tracked in [Pitch and Proposal Status](https://github.com/apple/swift-experimental-string-processing/issues/107).
15+
The overall story is laid out in [SE-0350 Regex Type and Overview][overview] and each individual component is tracked in [Pitch and Proposal Status][pitches].
1616

1717
## Motivation
1818

@@ -341,7 +341,7 @@ BuiltinCharClass -> '.' | '\C' | '\d' | '\D' | '\h' | '\H' | '\N' | '\O' | '\R'
341341
- `\W`: Non-word character.
342342
- `\X`: Any extended grapheme cluster.
343343

344-
Precise definitions of character classes is discussed in [Character Classes for String Processing](https://forums.swift.org/t/pitch-character-classes-for-string-processing/52920).
344+
Precise definitions of character classes is discussed in [Unicode for String Processing][pitches].
345345

346346
#### Unicode scalars
347347

@@ -1009,8 +1009,8 @@ This proposal regards _syntactic_ support, and does not necessarily mean that ev
10091009
[unicode-scripts]: https://www.unicode.org/reports/tr24/#Script
10101010
[unicode-script-extensions]: https://www.unicode.org/reports/tr24/#Script_Extensions
10111011
[balancing-groups]: https://docs.microsoft.com/en-us/dotnet/standard/base-types/grouping-constructs-in-regular-expressions#balancing-group-definitions
1012-
[overview]: https://github.com/apple/swift-experimental-string-processing/blob/main/Documentation/Evolution/RegexTypeOverview.md
1013-
[pitches]: https://github.com/apple/swift-experimental-string-processing/issues/107
1012+
[overview]: https://github.com/apple/swift-evolution/blob/main/proposals/0350-regex-type-overview.md
1013+
[pitches]: https://github.com/apple/swift-experimental-string-processing/blob/main/Documentation/Evolution/ProposalOverview.md
10141014

10151015

10161016

0 commit comments

Comments
 (0)