Skip to content

Commit c02b250

Browse files
authored
Fix markdown bugs in regular-expressions concept introduction/about (#272)
* Fix markdown bugs in regular-expressions introduction/about * re-generate concept exercise docs
1 parent 1615568 commit c02b250

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

concepts/regular-expressions/about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ Note that jq v1.6 does _not_ implement the 2-argument `scan` function, even thou
147147
* [version 1.6 source code][src-scan-1.6]
148148
149149
[manual-scan-1.6]: https://jqlang.github.io/jq/manual/v1.6/#scan
150-
[src-scan-1.7]: https://github.com/jqlang/jq/blob/11c528d04d76c9b9553781aa76b073e4f40da008/src/builtin.jq#L92)
151-
[src-scan-1.6]: https://github.com/jqlang/jq/blob/2e01ff1fb69609540b2bdc4e62a60499f2b2fb8e/src/builtin.jq#L90)
150+
[src-scan-1.7]: https://github.com/jqlang/jq/blob/11c528d04d76c9b9553781aa76b073e4f40da008/src/builtin.jq#L92
151+
[src-scan-1.6]: https://github.com/jqlang/jq/blob/2e01ff1fb69609540b2bdc4e62a60499f2b2fb8e/src/builtin.jq#L90
152152
~~~~
153153

154154
### Splitting a String

concepts/regular-expressions/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ Note that jq v1.6 does _not_ implement the 2-argument `scan` function, even thou
145145
* [version 1.6 source code][src-scan-1.6]
146146
147147
[manual-scan-1.6]: https://jqlang.github.io/jq/manual/v1.6/#scan
148-
[src-scan-1.7]: https://github.com/jqlang/jq/blob/11c528d04d76c9b9553781aa76b073e4f40da008/src/builtin.jq#L92)
149-
[src-scan-1.6]: https://github.com/jqlang/jq/blob/2e01ff1fb69609540b2bdc4e62a60499f2b2fb8e/src/builtin.jq#L90)
148+
[src-scan-1.7]: https://github.com/jqlang/jq/blob/11c528d04d76c9b9553781aa76b073e4f40da008/src/builtin.jq#L92
149+
[src-scan-1.6]: https://github.com/jqlang/jq/blob/2e01ff1fb69609540b2bdc4e62a60499f2b2fb8e/src/builtin.jq#L90
150150
~~~~
151151

152152
### Splitting a String

exercises/concept/regular-chatbot/.docs/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ Note that jq v1.6 does _not_ implement the 2-argument `scan` function, even thou
147147
* [version 1.6 source code][src-scan-1.6]
148148
149149
[manual-scan-1.6]: https://jqlang.github.io/jq/manual/v1.6/#scan
150-
[src-scan-1.7]: https://github.com/jqlang/jq/blob/11c528d04d76c9b9553781aa76b073e4f40da008/src/builtin.jq#L92)
151-
[src-scan-1.6]: https://github.com/jqlang/jq/blob/2e01ff1fb69609540b2bdc4e62a60499f2b2fb8e/src/builtin.jq#L90)
150+
[src-scan-1.7]: https://github.com/jqlang/jq/blob/11c528d04d76c9b9553781aa76b073e4f40da008/src/builtin.jq#L92
151+
[src-scan-1.6]: https://github.com/jqlang/jq/blob/2e01ff1fb69609540b2bdc4e62a60499f2b2fb8e/src/builtin.jq#L90
152152
~~~~
153153

154154
#### Splitting a String

0 commit comments

Comments
 (0)