Skip to content

Commit c39e940

Browse files
committed
fix(sample-project): Fix sample project link
1 parent 33c3fd9 commit c39e940

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
@@ -42,7 +42,7 @@ class Carbon extends DateTime
4242
...
4343
```
4444

45-
An example repository has been created at https://php-prefixer.com/docs/guides/how-to-prefix-wordpress-plugin-with-private-dep/ to show how to use this action in a real project. The repository also depends on a private dependency and uses GitHub PAT/Personal Access Tokens for authentication.
45+
An example repository has been created at https://github.com/PHP-Prefixer/hello-wp-world to show how to use this action in a real project. The repository also depends on a private dependency and uses GitHub PAT/Personal Access Tokens for authentication.
4646

4747
## Usage
4848

@@ -111,7 +111,7 @@ jobs:
111111
gh_personal_access_token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
112112
```
113113
114-
There is an example repository available for reference at https://github.com/PHP-Prefixer/how-to-prefix-wordpress-plugin-with-private-dep that uses a private dependency. Check it out for a live working project.
114+
There is an example repository available for reference at https://github.com/PHP-Prefixer/hello-wp-world that uses a private dependency. Check it out for a live working project.
115115
116116
## Version Numbers
117117

0 commit comments

Comments
 (0)