Skip to content

Commit 75dbeef

Browse files
committed
docs: update broken links in README
1 parent b396a78 commit 75dbeef

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
@@ -1,6 +1,6 @@
11
# SparkPress WordPress Starter
22

3-
This is a starter to fast-track WordPress websites. It provides a way to skip many of the steps required when setting up a WordPress installation. [Create a new repository from this template](./generate).
3+
This is a starter to fast-track WordPress websites. It provides a way to skip many of the steps required when setting up a WordPress installation. [Create a new repository from this template](https://github.com/new?template_name=sparkpress-wordpress-starter&template_owner=sparkbox).
44

55
Out of the box, this template provides a minimal WordPress theme with basic support for core WordPress features with some boilerplate templates, JS, and CSS that can easily be removed or replaced as needed. Key features of this repo include:
66

@@ -44,7 +44,7 @@ This project requires [Docker][docker] and [Node.js][node] for local development
4444
1. Run `npm install`
4545
1. Either run `npm start` or run `npm run build:dev` and `npm run serve:dev` in separate terminals
4646
1. Based on whether you have a database to import or not, do one of the following:
47-
- Visit `https://localhost:8000/wp-admin` and run through the WordPress setup
47+
- Visit `http://localhost:8000/wp-admin` and run through the WordPress setup
4848
- Follow the instructions for [importing a DB](#importing-databases)
4949
1. Go to `http://localhost:8000` to ensure the home page loads
5050
1. Use `Ctrl+C` to stop any processes running in the terminal when you are done working or need to restart a process to pick up changes

0 commit comments

Comments
 (0)