Skip to content

Commit 36c2c44

Browse files
committed
Fix broken link in readme
1 parent 4a5c25e commit 36c2c44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/jekyll-build-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Build and Deploy Jekyll site to Pages
99
on:
1010
# Runs on pushes targeting the default branch
1111
push:
12-
branches: [$default-branch]
12+
branches: [ master ]
1313

1414
# Allows you to run this workflow manually from the Actions tab
1515
workflow_dispatch:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Check out the demo site for the [Documentation](https://www.csrhymes.com/bulma-c
5252

5353
## Upgrading to v1
5454

55-
There are several breaking changes for v1. Please read the [upgrade guide](https://www.csrhymes.com/bulma-clean-theme/docs/upgrading-to-v1/) for more information.
55+
There are several breaking changes for v1. Please read the [upgrade guide](https://www.csrhymes.com/bulma-clean-theme/docs/getting-started/upgrading-to-v1/) for more information.
5656

5757
## Contributing
5858

0 commit comments

Comments
 (0)