Skip to content

Commit 43342fb

Browse files
committed
feat: change location of deployment
1 parent c127484 commit 43342fb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Alt-gosling is a library based on [Gosling](https://github.com/gosling-lang/gosl
66
There is a large gap in accessibility, specifically for people with blindness and low vision (BLV), on the web. The Web Content Accessibility Guidelines ([WCAG](https://www.w3.org/WAI/standards-guidelines/wcag/)) require text descriptions for images. AltGosling creates text descriptions for genomic visualizations created with Gosling. In this way, interactive visualizations can be deployed on the web and automatically include text descriptions.
77

88
## Demo
9-
A demo of AltGosling is available [here](https://thomcsmits.github.io/alt-gosling/).
9+
A demo of AltGosling is available [here](https://gosling-lang.github.io/alt-gosling/).
1010

1111

1212
## Contributing to Alt

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "alt_gosling_demo",
2+
"name": "alt-gosling",
33
"private": true,
44
"version": "0.0.0",
5-
"homepage": "https://thomcsmits.github.io/alt-gosling/",
5+
"homepage": "https://gosling-lang.github.io/alt-gosling/",
66
"type": "module",
77
"scripts": {
88
"predeploy": "npm run build",

0 commit comments

Comments
 (0)