Skip to content

Commit ccdeb2b

Browse files
committed
update links
1 parent 924267d commit ccdeb2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ docker run -a stdin -a stdout -a stderr -i comby/comby '(:[emoji] hi)' 'bye :[em
5454

5555

5656

57-
### Or [try it live](https://bit.ly/2UXkonD).
57+
### Or [try it live](https://bit.ly/4lHlDlG).
5858

5959
## Isn't a regex approach like sed good enough?
6060

@@ -68,7 +68,7 @@ if (scanf("%d) %d", &x, &y) == 2) // 2) if (scanf("%d) %d", &x, &y) == 2) return
6868
return 0;
6969
```
7070

71-
To match these with comby, all you need to write is `if (:[condition])`, and specify one flag that this language is C-like. The replacement is `if (1)`. See the [live example](https://bit.ly/30935ou).
71+
To match these with comby, all you need to write is `if (:[condition])`, and specify one flag that this language is C-like. The replacement is `if (1)`. See the [live example](https://bit.ly/41iZZNa).
7272

7373
## Build from source
7474

0 commit comments

Comments
 (0)