Skip to content

Commit 8e2f661

Browse files
committed
docs: migrate to regexp.dev
1 parent 94c5f66 commit 8e2f661

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
> A compiled-away, type-safe, readable RegExp alternative
1010
1111
- [ Changelog](https://github.com/danielroe/magic-regexp/blob/main/CHANGELOG.md)
12-
- [📖  Documentation](https://magic-regexp.roe.dev)
12+
- [📖  Documentation](https://regexp.dev)
1313
- [▶️  Online playground](https://stackblitz.com/github/danielroe/magic-regexp/tree/main/playground)
1414

1515
## Features
@@ -20,7 +20,7 @@
2020
- Natural language syntax
2121
- Generated RegExp displays on hover
2222

23-
[📖  Read more](https://magic-regexp.roe.dev)
23+
[📖  Read more](https://regexp.dev)
2424

2525
## 💻 Development
2626

docs/content/_theme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ title: magic-regexp
22

33
layout: docs
44

5-
url: "https://magic-regexp.roe.dev"
5+
url: "https://regexp.dev"
66

77
description: "🦄 A compiled-away, type-safe, readable RegExp alternative"
88

docs/nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default defineNuxtConfig({
1919
},
2020
modules: ['@nuxthq/admin', '@docus/github', 'vue-plausible'],
2121
plausible: {
22-
domain: 'magic-regexp.roe.dev',
22+
domain: 'regexp.dev',
2323
},
2424
hooks: {
2525
'tailwindcss:config'(config) {

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magic-regexp-docs",
33
"version": "1.0.0",
44
"description": "A compiled-away, type-safe, readable RegExp alternative",
5-
"homepage": "https://magic-regexp.roe.dev/",
5+
"homepage": "https://regexp.dev/",
66
"license": "MIT",
77
"scripts": {
88
"dev": "nuxi dev",

0 commit comments

Comments
 (0)