Skip to content

Commit

Permalink
master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
shauns committed Aug 1, 2023
1 parent b59934b commit d0de0ad
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p align="center">Shopify Theme Manipulation CLI</p>
<p align="center">
<a href="https://goreportcard.com/report/github.com/shopify/themekit"><img src="https://goreportcard.com/badge/github.com/shopify/themekit"></a>
<a href="https://travis-ci.com/Shopify/themekit"><img src="https://travis-ci.com/Shopify/themekit.svg?branch=master"></a>
<a href="https://travis-ci.com/Shopify/themekit"><img src="https://travis-ci.com/Shopify/themekit.svg?branch=main"></a>
<a href="http://godoc.org/github.com/Shopify/themekit"><img src="https://godoc.org/github.com/Shopify/themekit?status.svg"></a>
<a href="https://github.com/Shopify/themekit/releases/latest"><img src="https://img.shields.io/github/release/Shopify/themekit.svg"></a>
</p>
Expand Down Expand Up @@ -49,7 +49,7 @@ Refer to [*Troubleshooting Theme Kit*](https://shopify.dev/tools/theme-kit/troub

## Contributing to Theme Kit

Theme Kit is open source and you can help [contribute to the GitHub repository](https://github.com/Shopify/themekit/blob/master/CONTRIBUTING.md).
Theme Kit is open source and you can help [contribute to the GitHub repository](https://github.com/Shopify/themekit/blob/main/CONTRIBUTING.md).

## Where to get help

Expand Down
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To release a new version of Theme Kit, make sure to complete all of the followin
> Note:
> Before proceeding with the remaining steps, consider waiting a day. If a defect is reported shortly after we make the release public, then we'll need to issue a patch release.
1. Update the manual installation links on the [GitHub releases page](https://github.com/Shopify/themekit/releases) and in the [main README](https://github.com/Shopify/themekit/blob/master/README.md).
1. Update the manual installation links on the [GitHub releases page](https://github.com/Shopify/themekit/releases) and in the [main README](https://github.com/Shopify/themekit/blob/main/README.md).
2. Verify that the links work, as expected.

## 6. Update the Chocolately package
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### New features

New features will only be added to the master branch and will not be made available in point releases.
New features will only be added to the main branch and will not be made available in point releases.

### Bug fixes

Expand Down
4 changes: 2 additions & 2 deletions choco/themekit.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<metadata>
<id>themekit</id>
<version>1.3.1</version>
<packageSourceUrl>https://github.com/Shopify/themekit/blob/master/choco</packageSourceUrl>
<packageSourceUrl>https://github.com/Shopify/themekit/blob/main/choco</packageSourceUrl>
<owners>Shopify</owners>
<title>Shopify Themekit</title>
<authors>Tim Anema</authors>
<projectUrl>https://shopify.dev/themes/tools/theme-kit/</projectUrl>
<iconUrl>https://cdn.shopifycdn.net/static/images/logos/shopify-bag.png</iconUrl>
<copyright>Shopify 2019</copyright>
<licenseUrl>https://github.com/Shopify/themekit/blob/master/LICENSE</licenseUrl>
<licenseUrl>https://github.com/Shopify/themekit/blob/main/LICENSE</licenseUrl>
<projectSourceUrl>https://github.com/Shopify/themekit</projectSourceUrl>
<docsUrl>https://shopify.dev/themes/tools/theme-kit/</docsUrl>
<bugTrackerUrl>https://github.com/Shopify/themekit/issues</bugTrackerUrl>
Expand Down
2 changes: 1 addition & 1 deletion cmd/theme.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

const afterUpdateMessage = `Successfully updated to theme kit version %v, for more information on this release please see the change log
https://github.com/Shopify/themekit/blob/master/changelog.txt
https://github.com/Shopify/themekit/blob/main/changelog.txt
If you have troubles with this release please report them to
https://github.com/Shopify/themekit/issues
Expand Down
2 changes: 1 addition & 1 deletion docs/development/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: Developing Theme Kit
redirect_to: https://github.com/Shopify/themekit/blob/master/CONTRIBUTING.md
redirect_to: https://github.com/Shopify/themekit/blob/main/CONTRIBUTING.md
---

0 comments on commit d0de0ad

Please sign in to comment.