Skip to content

Commit 4773d75

Browse files
Use href instead of link in IconLink component (#1355)
1 parent e0398a6 commit 4773d75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/get-started/installation/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ _playground_!)
4545
Install Streamlit on your own machine using tools like `venv` and `pip`.
4646

4747
<IconLink
48-
link="/get-started/installation/command-line"
48+
href="/get-started/installation/command-line"
4949
icon="arrow_forward"
5050
label="Instructions for the command line"
5151
cssModuleClassName="Orange"
@@ -58,7 +58,7 @@ Install Streamlit using the Anaconda Distribution graphical user interface. This
5858
approach if you're on Windows or don't have Python set up.
5959

6060
<IconLink
61-
link="/get-started/installation/anaconda-distribution"
61+
href="/get-started/installation/anaconda-distribution"
6262
icon="arrow_forward"
6363
label="Instructions for Anaconda Distribution"
6464
cssModuleClassName="Orange"
@@ -73,7 +73,7 @@ Use Streamlit Community Cloud with GitHub Codespaces so you don't have to go thr
7373
of installing Python and setting up an environment.
7474

7575
<IconLink
76-
link="/get-started/installation/community-cloud"
76+
href="/get-started/installation/community-cloud"
7777
icon="arrow_forward"
7878
label="Instructions for GitHub Codespaces"
7979
cssModuleClassName="Orange"
@@ -86,7 +86,7 @@ Use Streamlit in Snowflake to code your apps in the cloud, right alongside your
8686
data with role-based access controls.
8787

8888
<IconLink
89-
link="/get-started/installation/streamlit-in-snowflake"
89+
href="/get-started/installation/streamlit-in-snowflake"
9090
icon="arrow_forward"
9191
label="Instructions for Snowflake"
9292
cssModuleClassName="Orange"

0 commit comments

Comments
 (0)