Skip to content

Commit 75b547a

Browse files
authored
docs.quilt.bio (#4373)
Co-authored-by: Dr. Ernie Prabhakar <[email protected]>
1 parent 2d08863 commit 75b547a

File tree

21 files changed

+34
-34
lines changed

21 files changed

+34
-34
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
- [ ] run `optipng` on any new PNGs
1313
- [ ] [Python: Run `build.py`](../tree/master/gendocs/build.py) for new docstrings
1414
- [ ] JavaScript: basic explanation and screenshot of new features
15-
- [ ] Markdown somewhere in docs/**/*.md that explains the feature to end users (said .md files should be linked from SUMMARY.md so they appear on https://docs.quiltdata.com)
15+
- [ ] Markdown somewhere in docs/**/*.md that explains the feature to end users (said .md files should be linked from SUMMARY.md so they appear on https://docs.quilt.bio)
1616
- [ ] Markdown docs for developers
1717
- [ ] [Changelog](../tree/master/docs/CHANGELOG.md) entry (skip if change is not significant to end users, e.g. docs only)

api/python/quilt3/packages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def f(wrapped):
100100
_WORKFLOW_PARAM_DOCSTRING = (
101101
'workflow: workflow ID or `None` to skip workflow validation.\n'
102102
' If not specified, the default workflow will be used.\n'
103-
' For details see: https://docs.quiltdata.com/advanced-usage/workflows\n'
103+
' For details see: https://docs.quilt.bio/advanced-usage/workflows\n'
104104
)
105105

106106

api/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def readme():
1515
biotech, and other data-driven domains.
1616
1717
The `quilt3` PyPI package allows you to build, push, and install data packages.
18-
Visit the `documentation quickstart <https://docs.quiltdata.com/quickstart>`_
18+
Visit the `documentation quickstart <https://docs.quilt.bio/quickstart>`_
1919
to learn more.
2020
"""
2121

catalog/app/components/Assistant/Model/Conversation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ const TASK_CONTEXT = XML.tag(
335335
const TASK_DESCRIPTION = XML.tag(
336336
'task-description',
337337
{},
338-
'When asked a question about Quilt or Quilt Data, refer to the documentation at https://docs.quiltdata.com.',
338+
'When asked a question about Quilt or Quilt Data, refer to the documentation at https://docs.quilt.bio.',
339339
).toString()
340340

341341
const CONVERSATION_START = `

catalog/app/components/FileEditor/QuiltConfigEditor/BucketPreferences/__snapshots__/BucketPreferences.spec.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exports[`components/FileEditor/QuiltConfigEditor/BucketPreferences/BucketPrefere
1111
1212
<a
1313
className="root"
14-
href="https://docs.quiltdata.com/quilt-platform-administrator/preferences"
14+
href="https://docs.quilt.bio/quilt-platform-administrator/preferences"
1515
target="_blank"
1616
>
1717
Learn more
@@ -712,7 +712,7 @@ exports[`components/FileEditor/QuiltConfigEditor/BucketPreferences/BucketPrefere
712712
713713
<a
714714
className="root"
715-
href="https://docs.quiltdata.com/quilt-platform-administrator/preferences"
715+
href="https://docs.quilt.bio/quilt-platform-administrator/preferences"
716716
target="_blank"
717717
>
718718
Learn more

catalog/app/components/FileEditor/QuiltConfigEditor/QuiltSummarize/__snapshots__/QuiltSummarize.spec.tsx.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ exports[`QuiltSummarize Render columns 1`] = `
133133
134134
<a
135135
className="root"
136-
href="https://docs.quiltdata.com/quilt-platform-catalog-user/visualizationdashboards#quilt_summarize.json"
136+
href="https://docs.quilt.bio/quilt-platform-catalog-user/visualizationdashboards#quilt_summarize.json"
137137
target="_blank"
138138
>
139139
the docs
@@ -226,7 +226,7 @@ exports[`QuiltSummarize Render empty placeholders 1`] = `
226226
227227
<a
228228
className="root"
229-
href="https://docs.quiltdata.com/quilt-platform-catalog-user/visualizationdashboards#quilt_summarize.json"
229+
href="https://docs.quilt.bio/quilt-platform-catalog-user/visualizationdashboards#quilt_summarize.json"
230230
target="_blank"
231231
>
232232
the docs
@@ -319,7 +319,7 @@ exports[`QuiltSummarize Render row 1`] = `
319319
320320
<a
321321
className="root"
322-
href="https://docs.quiltdata.com/quilt-platform-catalog-user/visualizationdashboards#quilt_summarize.json"
322+
href="https://docs.quilt.bio/quilt-platform-catalog-user/visualizationdashboards#quilt_summarize.json"
323323
target="_blank"
324324
>
325325
the docs

catalog/app/components/FileEditor/__snapshots__/HelpLinks.spec.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ exports[`components/FileEditor/HelpLinks MissingSourceBucket should render 1`] =
1212
is empty.
1313
1414
<a
15-
href="https://docs.quiltdata.com/catalog/preferences"
15+
href="https://docs.quilt.bio/catalog/preferences"
1616
>
1717
Learn more
1818
</a>

catalog/app/constants/urls.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* Constants are a developer's best friend
22
* convention: camelcase, no terminating slash */
33
export const blog = 'https://blog.quiltdata.com'
4-
export const docs = 'https://docs.quiltdata.com'
4+
export const docs = 'https://docs.quilt.bio'
55
export const gitWeb = 'https://github.com/quiltdata/quilt'
66
export const homeMarketing = 'https://quiltdata.com'
77
export const instagram = 'https://www.instagram.com/quiltdata/'

catalog/app/containers/Bucket/Download/__snapshots__/PackageCodeSamples.spec.tsx.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exports[`containers/Bucket/CodeSamples/Package renders catalog property 1`] = `
44
<div>
55
<dl
6-
data-help="https://docs.quiltdata.com/quilt-python-sdk-developers/api-reference/package#package.browse"
6+
data-help="https://docs.quilt.bio/quilt-python-sdk-developers/api-reference/package#package.browse"
77
>
88
<dt>
99
Browse using Quilt3 Python API
@@ -17,7 +17,7 @@ exports[`containers/Bucket/CodeSamples/Package renders catalog property 1`] = `
1717
</dd>
1818
</dl>
1919
<dl
20-
data-help="https://docs.quiltdata.com/quilt-python-sdk-developers/api-reference/package#package.install"
20+
data-help="https://docs.quilt.bio/quilt-python-sdk-developers/api-reference/package#package.install"
2121
>
2222
<dt>
2323
Install using Quilt3 Python API
@@ -31,7 +31,7 @@ exports[`containers/Bucket/CodeSamples/Package renders catalog property 1`] = `
3131
</dd>
3232
</dl>
3333
<dl
34-
data-help="https://docs.quiltdata.com/quilt-python-sdk/api-reference/cli#install"
34+
data-help="https://docs.quilt.bio/quilt-python-sdk/api-reference/cli#install"
3535
>
3636
<dt>
3737
Install using Quilt3 CLI

catalog/app/containers/Bucket/PackageList/PackageList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import { displayError } from '../errors'
3636
import PACKAGE_COUNT_QUERY from './gql/PackageCount.generated'
3737
import PACKAGE_LIST_QUERY from './gql/PackageList.generated'
3838

39-
const EXAMPLE_PACKAGE_URL = 'https://docs.quiltdata.com/walkthrough/editing-a-package'
39+
const EXAMPLE_PACKAGE_URL = 'https://docs.quilt.bio/walkthrough/editing-a-package'
4040

4141
const PER_PAGE = 30
4242

0 commit comments

Comments
 (0)