grep -rl "test\.com" . | xargs sed -i 's/test.com/example.com/g'
From test.com to example.com
This commit is contained in:
@@ -47,7 +47,7 @@ Here are some useful quick links:
|
||||
|
||||
To test out the demo, you may login to the [Dashboard](https://dev.cachethq.io/dashboard) with the following:
|
||||
|
||||
- **Username:** `test` or `test@test.com`
|
||||
- **Username:** `test` or `test@example.com`
|
||||
- **Password:** `test123`
|
||||
|
||||
> The demo resets every 30 minutes.
|
||||
|
||||
Reference in New Issue
Block a user