Skip to content

Commit ba4ae48

Browse files
Release/0.2.1-2 (#95)
* Add images to readme * SVG updates * Update docs * Check correct svg * SVG to png * Travis update command
1 parent b85e4c5 commit ba4ae48

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ cache:
1616
script:
1717
- npm test
1818
- unset CI
19-
- npm run publish
19+
- npm run build-bundle

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<div align="center">
2-
<a href="https://labelstud.io/" title="Label Studio by Heartex Labs"><img src="./images/heartex_icon_opossum_green.svg" title="Label Studio by Heartex Labs" height="160"></a>
2+
<a href="https://labelstud.io/" title="Label Studio by Heartex Labs"><img src="https://github.com/heartexlabs/label-studio/blob/master/images/heartex_icon_opossum_green@2x.png?raw=true" title="Label Studio by Heartex Labs" height="140" width="140"></a>
33
<br/>
44
<h1><a href="https://labelstud.io">Label Studio</a></h1>
55
<p>Label Studio is an open-source, configurable data annotation tool.</p>
@@ -8,7 +8,7 @@
88

99
![GitHub](https://img.shields.io/github/license/heartexlabs/label-studio?logo=heartex) [![Build Status](https://travis-ci.com/heartexlabs/label-studio.svg?branch=master)](https://travis-ci.com/heartexlabs/label-studio) [![codecov](https://codecov.io/gh/heartexlabs/label-studio/branch/master/graph/badge.svg)](https://codecov.io/gh/heartexlabs/label-studio) ![GitHub release](https://img.shields.io/github/v/release/heartexlabs/label-studio?include_prereleases) [![Gitter](https://badges.gitter.im/label-studio/community.svg)](https://gitter.im/label-studio/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
1010

11-
![Label Studio](./images/label-studio-examples.gif)
11+
![Label Studio](https://raw.githubusercontent.com/heartexlabs/label-studio/master/images/label-studio-examples.gif)
1212

1313
## Features ✨
1414

@@ -75,7 +75,6 @@ Please make sure to read the
7575
This software is licensed under the [Apache 2.0 LICENSE](/LICENSE) © [Heartex](https://www.heartex.net/).
7676

7777
<div align="center">
78-
<a href="https://labelstud.io/"><img src="./images/opossum_looking.svg" title="Hey everyone!" height="140"></a>
79-
<br>
78+
<a href="https://labelstud.io/"><img src="https://github.com/heartexlabs/label-studio/blob/master/images/opossum_looking.png?raw=true" title="Hey everyone!" height="140" width="140"></a>
8079
<h3>Happy Labeling!</h3>
8180
</div>

docs/source/guide/frontend.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ Take a look at the [Label Studio]("https://labelstud.io") website for more docum
7070

7171
```xhtml
7272
<!-- Main Label Studio library -->
73-
<script src=""></script>
73+
<script src="https://unpkg.com/[email protected]/build/static/js/main.0000e798.js"></script>
7474

7575
<!-- Theme included stylesheets -->
76-
<link href="" rel="stylesheet">
76+
<link href="https://unpkg.com/[email protected]/build/static/css/main.05fec320.css" rel="stylesheet">
7777
```
7878

7979
## The following keys are recognized

images/opossum_looking.png

103 KB
Loading

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "label-studio",
3-
"version": "0.2.1-1",
3+
"version": "0.2.1-2",
44
"description": "Label Studio is a multi-domain data labeling tool with standardized output format",
5+
"homepage": "https://labelstud.io",
56
"author": {
67
"name": "Heartex Labs",
78
"url": "https://github.com/heartexlabs"
89
},
9-
"license": "MIT",
10+
"license": "Apache-2.0",
1011
"repository": {
1112
"type": "git",
1213
"url": "https://github.com/heartexlabs/label-studio.git"

0 commit comments

Comments
 (0)