Skip to content

Commit 8dca448

Browse files
committed
Rename web endpoint.
1 parent 055a665 commit 8dca448

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Choose from nine different semantic brushes to craft your painting. Then click o
1010

1111
![](https://i.imgur.com/QzNFAV6.png)
1212

13-
Try it out yourself by visiting [paintwithml.spell.ml](http://paintwithml.spell.ml/). To learn more about how this model was built and served, check out [the accompanying article](https://spell.ml/blog/paint-with-machine-learning-X10i3BAAACQAUI_o) on the Spell blog.
13+
Try it out yourself by visiting [paintwith.spell.ml](http://paintwith.spell.ml/). To learn more about how this model was built and served, check out [the accompanying article](https://spell.ml/blog/paint-with-machine-learning-X10i3BAAACQAUI_o) on the Spell blog.
1414

1515
## Project hierarchy
1616

app/scripts/upload_to_s3.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#! /bin/bash
2-
# Replace s3://paintwithml.spell.ml/ with your target bucket name
2+
# Replace s3://paintwith.spell.ml/ with your target bucket name
33
set -e
44
pushd ../ && PAINT_WITH_ML_HOME=$PWD && popd
55
aws s3 cp --acl public-read \
66
$PAINT_WITH_ML_HOME/index.html \
7-
s3://paintwithml.spell.ml/index.html
7+
s3://paintwith.spell.ml/index.html
88
aws s3 sync --acl public-read \
99
$PAINT_WITH_ML_HOME/static/ \
10-
s3://paintwithml.spell.ml/static/
10+
s3://paintwith.spell.ml/static/

0 commit comments

Comments
 (0)