Skip to content

Commit e6be8e4

Browse files
committed
fix: Direct users to https urls.
1 parent 4c51206 commit e6be8e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ title: "Documentation"
55

66
# DataHaskell
77

8-
Welcome to the <a href="http://www.datahaskell.org">**dataHaskell**</a> documentation page.
8+
Welcome to the <a href="https://www.datahaskell.org">**dataHaskell**</a> documentation page.
99

1010
DataHaskell is:
1111
* A collaborative network of maintainers, users, researchers, and educators.
12-
* A <a href="http://www.datahaskell.org/docs/community/current-environment.html">curated ecosystem of libraries</a> for data access, numerics, ML, visualization, and tooling.
12+
* A <a href="httsp://www.datahaskell.org/docs/community/current-environment.html">curated ecosystem of libraries</a> for data access, numerics, ML, visualization, and tooling.
1313
* A supportive space to learn, teach, and build together.
1414

1515
We coordinate work across many projects and orgs. You don’t have to be an expert—curiosity is enough.
1616

1717
### How to Participate
1818
Pick a path that suits your energy and time:
19-
* Try it out: <a href="http://www.datahaskell.org/docs/getting_started/using-the-current-environment.html">get started</a> with the DataHaskell stack and port some of your workflows to DataHaskell.
20-
* Engage the material: Read through some <a href="http://www.datahaskell.org/docs/tutorial/linear-regression.html">tutorials</a> and give feedback on them.
19+
* Try it out: <a href="https://www.datahaskell.org/docs/getting_started/using-the-current-environment.html">get started</a> with the DataHaskell stack and port some of your workflows to DataHaskell.
20+
* Engage the material: Read through some <a href="https://www.datahaskell.org/docs/tutorial/linear-regression.html">tutorials</a> and give feedback on them.
2121
* Ask & answer questions: help someone today in Discord or Discourse.
2222
* Improve docs: fix a typo, add an example, or clarify a concept.
2323
* Triage issues: label, reproduce, and suggest next steps.

0 commit comments

Comments
 (0)