Skip to content

Commit 3bf4856

Browse files
authored
Merge pull request #31 from gosling-lang/thomcsmits/change-deployment-location
feat: change location of deployment
2 parents c127484 + 43342fb commit 3bf4856

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)