Skip to content

Commit 38f8373

Browse files
committed
Further renaming to main and tidy up of badges
1 parent 425137e commit 38f8373

File tree

4 files changed

+7
-21
lines changed

4 files changed

+7
-21
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: pull-request
22

33
on:
44
pull_request:
5-
branches: [ master ]
5+
branches: [ main ]
66

77
jobs:
88
test:

README.markdown

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
JSZip [![Build Status](https://api.travis-ci.org/Stuk/jszip.svg?branch=master)](http://travis-ci.org/Stuk/jszip) [![Code Climate](https://codeclimate.com/github/Stuk/jszip/badges/gpa.svg)](https://codeclimate.com/github/Stuk/jszip)
1+
JSZip
22
=====
33

4-
[![Selenium Test Status](https://saucelabs.com/browser-matrix/jszip.svg)](https://saucelabs.com/u/jszip)
5-
64
A library for creating, reading and editing .zip files with JavaScript, with a
75
lovely and simple API.
86

documentation/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ need one to create the pull request).
1313

1414
If you just want the get the source code, you can use git and do
1515
`git clone https://github.com/Stuk/jszip.git` to get the sources. You can also
16-
download the latest sources [here](https://github.com/Stuk/jszip/archive/master.zip).
16+
download the latest sources [here](https://github.com/Stuk/jszip/archive/main.zip).
1717

1818
### Building the project
1919

index.html

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<p>
1919
<strong>License</strong> : JSZip is dual-licensed. You may use it under the
2020
MIT license <em>or</em> the GPLv3 license. See
21-
<a href="https://github.com/Stuk/jszip/blob/master/LICENSE.markdown">LICENSE.markdown</a>.
21+
<a href="https://github.com/Stuk/jszip/blob/main/LICENSE.markdown">LICENSE.markdown</a>.
2222
</p>
2323
</div>
2424

@@ -85,7 +85,7 @@ <h3>Installation</h3>
8585
<strong>With component</strong> : <code>component install Stuk/jszip</code>
8686
</p>
8787
<p>
88-
<strong>Manually</strong> : <a href="http://github.com/Stuk/jszip/zipball/master">download JSZip</a>
88+
<strong>Manually</strong> : <a href="http://github.com/Stuk/jszip/zipball/main">download JSZip</a>
8989
and include the file <code>dist/jszip.js</code> or <code>dist/jszip.min.js</code>
9090
</p>
9191
<br>
@@ -152,20 +152,8 @@ <h3>Getting help</h3>
152152
<h3>Test status</h3>
153153

154154
<dl class="dl-horizontal">
155-
<dt>Travis build :</dt>
155+
<dt>Live tests:</dt>
156156
<dd>
157-
<a href="http://travis-ci.org/Stuk/jszip">
158-
<img src="https://api.travis-ci.org/Stuk/jszip.svg?branch=master" alt="" />
159-
</a>
160-
</dd>
161-
<dt>Saucelabs build :</dt>
162-
<dd>
163-
<a href="https://saucelabs.com/u/jszip">
164-
<img src="https://saucelabs.com/browser-matrix/jszip.svg" alt="" />
165-
</a>
166-
</dd>
167-
<dt>Live tests :</dt>
168-
<dd>
169-
<a href="{{site.baseurl}}/test/">See for yourself !</a>
157+
<a href="{{site.baseurl}}/test/">See for yourself !</a>
170158
</dd>
171159
</dl>

0 commit comments

Comments
 (0)