Skip to content

Commit 6541d0e

Browse files
committed
fix old branch name: master -> main
1 parent ee0af6e commit 6541d0e

7 files changed

Lines changed: 11 additions & 10 deletions

File tree

.github/issue_template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
Are you using an old version?
77
Have you checked the changelogs to see if your issue has been fixed in a later version?
88

9-
https://github.com/contribsys/faktory/blob/master/Changes.md
10-
https://github.com/contribsys/faktory/blob/master/Pro-Changes.md
11-
https://github.com/contribsys/faktory/blob/master/Ent-Changes.md
9+
https://github.com/contribsys/faktory/blob/main/Changes.md
10+
https://github.com/contribsys/faktory/blob/main/Pro-Changes.md
11+
https://github.com/contribsys/faktory/blob/main/Ent-Changes.md

.github/release-notes.md.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
Notable changes can be found in the changelogs:
44

5-
* [Faktory](https://github.com/contribsys/faktory/blob/master/Changes.md#<%= shortver %>)
6-
* [Faktory Enterprise](https://github.com/contribsys/faktory/blob/master/Ent-Changes.md#<%= shortver %>)
5+
* [Faktory](https://github.com/contribsys/faktory/blob/main/Changes.md#<%= shortver %>)
6+
* [Faktory Enterprise](https://github.com/contribsys/faktory/blob/main/Ent-Changes.md#<%= shortver %>)
77

88
| Filename | SHA256 |
99
| --- | --- |

COMM-LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ In no event will Contributed Systems' liability exceed the Software license pric
7272

7373
13.1 Entire Agreement. This Agreement sets forth our entire agreement with respect to the Software and the subject matter hereof and supersedes all prior and contemporaneous understandings and agreements whether written or oral.
7474

75-
13.2 Amendment. Contributed Systems reserves the right, in its sole discretion, to amend this Agreement from time. Amendments to this Agreement can be located at: https://github.com/contribsys/faktory/blob/master/COMM-LICENSE.
75+
13.2 Amendment. Contributed Systems reserves the right, in its sole discretion, to amend this Agreement from time.
76+
Amendments to this Agreement can be located at: https://github.com/contribsys/faktory/blob/main/COMM-LICENSE.
7677

7778
13.3 Assignment. You may not assign this Agreement or any of its rights under this Agreement without the prior written consent of Contributed Systems and any attempted assignment without such consent shall be void.
7879

Changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Faktory Changelog
22

3-
Changelog: Faktory || [Faktory Enterprise](https://github.com/contribsys/faktory/blob/master/Ent-Changes.md)
3+
Changelog: Faktory || [Faktory Enterprise](https://github.com/contribsys/faktory/blob/main/Ent-Changes.md)
44

55
## 1.9.4
66

Ent-Changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Faktory Enterprise Changelog
22

3-
Changelog: [Faktory](https://github.com/contribsys/faktory/blob/master/Changes.md) || Faktory Enterprise
3+
Changelog: [Faktory](https://github.com/contribsys/faktory/blob/main/Changes.md) || Faktory Enterprise
44

55
A trial version of Faktory Enterprise for macOS is available with each [release](/contribsys/faktory/releases/).
66
Click to purchase [Faktory Enterprise](https://billing.contribsys.com/fent/).

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ You can use this server to distribute jobs to one or hundreds of
88
machines. Jobs can be executed with any language by clients using
99
the Faktory API to fetch a job from a queue.
1010

11-
![webui](https://raw.githubusercontent.com/contribsys/faktory/master/docs/webui.png)
11+
![webui](https://raw.githubusercontent.com/contribsys/faktory/main/docs/webui.png)
1212

1313
## Basic Features
1414

webui/debug.ego

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ func ego_debug(w io.Writer, req *http.Request) {
3030
</select>
3131
<span style="font-size: small">
3232
Want to help us improve the translations?
33-
<a href="https://github.com/contribsys/faktory/tree/master/webui/static/locales">Submit a PR</a>.
33+
<a href="https://github.com/contribsys/faktory/tree/main/webui/static/locales">Submit a PR</a>.
3434
</span>
3535
</td>
3636
</tr>

0 commit comments

Comments
 (0)