Skip to content

Commit c3033b4

Browse files
committed
changed folder names of demo apps
1 parent 9d9388d commit c3033b4

23 files changed

+4
-4
lines changed

docs/08-MultiPageDashApp.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@ This plugin will automatically:
2727
**Quick start examples**
2828

2929
In the folder /demos/basic you will find three quick start apps:
30-
- [demos/multi-page-basics/app.py](demos/multi-page-basics/app.py) is a minimal quick start example.
31-
- [demos/multi-page-basics/app_dbc.py](demos/multi-page-basics/app.py) uses a navbar from `dash-bootstrap-components` library to create a navigation header.
32-
- [demos/multi-page-basics-/app_ddk.py](demos/multi-page-basics/app.py) for Dash Enterprise customers using the Design Kit.
30+
- [demos/multi_page_basics/app.py](demos/multi_page_basics/app.py) is a minimal quick start example.
31+
- [demos/multi_page_basics/app_dbc.py](demos/multi_page_basics/app.py) uses a navbar from `dash-bootstrap-components` library to create a navigation header.
32+
- [demos/multi_page_basics/app_ddk.py](demos/multi_page_basics/app.py) for Dash Enterprise customers using the Design Kit.
3333

3434
These apps serve as an entry point to run the multi-page app and provides some minimal examples of the basic and advanced
3535
features available in the API.
3636

3737
**Creating a simple Multi-Page App**
3838

39-
Now we will step through creating a simple multi-page app. You will find this example [demos/multi-page-example1/app.py](demos/multi-page-example1/app.py)
39+
Now we will step through creating a simple multi-page app. You will find this example [demos/multi-page-example1/app.py](demos/multi_page_example1/app.py)
4040

4141
1. In `app.py`, pass the plugin into `Dash`. Note: In the future, this will be part of `dash` and you won't need to do this step.
4242
2. In this example, we create a navigation header using the `NavbarSimple` component from the `dash-bootstrap-components` library and populate

0 commit comments

Comments
 (0)