Skip to content

Commit 482fd58

Browse files
yurijmikhalevichBorda
authored andcommitted
fix(docs/app): broken links in the intermediate/web-ui section (#15691)
(cherry picked from commit 4837df4)
1 parent 24f9f10 commit 482fd58

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/source-app/workflows/add_web_ui/index_content.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,47 +13,47 @@ Web UIs for non Javascript Developers
1313
:header: Dash
1414
:description: Learn how to add a web UI built in Python with Dash.
1515
:col_css: col-md-4
16-
:button_link: /workflows/add_web_ui/dash/index.html
16+
:button_link: ../../workflows/add_web_ui/dash/index.html
1717
:height: 150
1818
:tag: basic
1919

2020
.. displayitem::
2121
:header: Gradio
2222
:description: Learn how to add a web UI built in Python with Gradio.
2323
:col_css: col-md-4
24-
:button_link: /workflows/add_web_ui/gradio/index.html
24+
:button_link: ../../workflows/add_web_ui/gradio/index.html
2525
:height: 150
2626
:tag: basic
2727

2828
.. displayitem::
2929
:header: Panel
3030
:description: Learn how to add a web UI built in Python with Panel.
3131
:col_css: col-md-4
32-
:button_link: /workflows/add_web_ui/panel/index.html
32+
:button_link: ../../workflows/add_web_ui/panel/index.html
3333
:height: 150
3434
:tag: basic
3535

3636
.. displayitem::
3737
:header: Jupyter Notebook
3838
:description: Learn how to enable a web UI that is a Jupyter Notebook.
3939
:col_css: col-md-4
40-
:button_link: /workflows/add_web_ui/jupyter_basic.html
40+
:button_link: ../../workflows/add_web_ui/jupyter_basic.html
4141
:height: 150
4242
:tag: [docs coming soon]
4343

4444
.. displayitem::
4545
:header: Streamlit
4646
:description: Learn how to add a web UI built in Python with Streamlit.
4747
:col_css: col-md-4
48-
:button_link: /workflows/add_web_ui/streamlit/index.html
48+
:button_link: ../../workflows/add_web_ui/streamlit/index.html
4949
:height: 150
5050
:tag: basic
5151

5252
.. displayitem::
5353
:header: JustPy
5454
:description: Learn how to add a web UI built in Python with JustPy.
5555
:col_css: col-md-4
56-
:button_link: /workflows/add_web_ui/justpy/index.html
56+
:button_link: ../../workflows/add_web_ui/justpy/index.html
5757
:height: 150
5858
:tag: basic
5959

@@ -79,39 +79,39 @@ Web UIs for Javascript Developers
7979
:header: Any javascript framework
8080
:description: Learn how to link up any javascript framework to a Lightning app.
8181
:col_css: col-md-4
82-
:button_link: /workflows/add_web_ui/integrate_any_javascript_framework.html
82+
:button_link: ../../workflows/add_web_ui/integrate_any_javascript_framework.html
8383
:height: 150
8484
:tag: advanced
8585

8686
.. displayitem::
8787
:header: Angular.js
8888
:description: Learn how to add a web UI built in Javascript with Angular.js
8989
:col_css: col-md-4
90-
:button_link: /workflows/add_web_ui/angular_js_intermediate.html
90+
:button_link: ../../workflows/add_web_ui/angular_js_intermediate.html
9191
:height: 150
9292
:tag: [Docs coming soon]
9393

9494
.. displayitem::
9595
:header: HTML
9696
:description: Learn how to add a web UI built with html.
9797
:col_css: col-md-4
98-
:button_link: /workflows/add_web_ui/html/index.html
98+
:button_link: ../../workflows/add_web_ui/html/index.html
9999
:height: 150
100100
:tag: basic
101101

102102
.. displayitem::
103103
:header: React.js
104104
:description: Learn how to add a web UI built in Javascript with React.js
105105
:col_css: col-md-4
106-
:button_link: /workflows/add_web_ui/react/index.html
106+
:button_link: ../../workflows/add_web_ui/react/index.html
107107
:height: 150
108108
:tag: intermediate
109109

110110
.. displayitem::
111111
:header: Vue.js
112112
:description: Learn how to add a web UI built in Javascript with Vue.js
113113
:col_css: col-md-4
114-
:button_link: /workflows/add_web_ui/vue_js_intermediate.html
114+
:button_link: ../../workflows/add_web_ui/vue_js_intermediate.html
115115
:height: 150
116116
:tag: [Docs coming soon]
117117

0 commit comments

Comments
 (0)