Skip to content

Commit 0e116b1

Browse files
committed
updated README and docbuild links
1 parent ab0b475 commit 0e116b1

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,15 @@
33
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fswiftviz%2FSwiftViz%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/swiftviz/SwiftViz)
44
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fswiftviz%2FSwiftViz%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/swiftviz/SwiftViz)
55

6-
[![codecov](https://codecov.io/gh/swiftviz/SwiftViz/branch/master/graph/badge.svg)](https://codecov.io/gh/swiftviz/SwiftViz)
6+
[![codecov](https://codecov.io/gh/swiftviz/Scale/branch/master/graph/badge.svg)](https://codecov.io/gh/swiftviz/Scale)
77
![@heckj](https://img.shields.io/badge/twitter-@heckj-blue.svg?style=flat "Twitter: @heckj")
88

9-
A collection of utilities and libraries to provide some of the pieces needed in generating data visualization.
9+
Scale and related types to support creating visualizations.
1010
Loosely based on the APIs and mechanisms created by Mike Bostock and contributors to [D3.js](https://d3js.org)
1111

1212
## Build and test
1313

14-
git clone https://github.com/swiftviz/swiftviz
15-
cd swiftviz
16-
swiftformat --lint . && swiftlint
14+
git clone https://github.com/swiftviz/scale
15+
cd scale
1716
swift test -v
1817

docbuild.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ sort all_identifiers.txt \
5959
| sed -e 's/^/- ``/g' \
6060
| sed -e 's/$/``/g' > all_symbols.txt
6161

62-
echo "Page will be available at https://swiftviz.github.io/SwiftViz/documentation/scale/"
62+
echo "Page will be available at https://swiftviz.github.io/Scale/documentation/swiftvizscale/"

0 commit comments

Comments
 (0)