Skip to content

Commit 2c17264

Browse files
authored
fix some docs links (#1743)
1 parent 483db4a commit 2c17264

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

case-studies/bayesline.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ meta: [
4444
```python exec
4545
import reflex as rx
4646
from reflex_image_zoom import image_zoom
47-
from pcweb.pages.docs import library
47+
from pcweb.pages.docs import enterprise
4848
```
4949

5050
```python eval
@@ -120,7 +120,7 @@ When we started looking at the (Dash) code, it just got to this point where you
120120

121121
In addition, Reflex improves the developer experience with 60+ UI components out of the box, while still offering the flexibility of integrating your own custom React components.
122122

123-
Bayesline wrapped [AG Grid]({library.tables_and_data_grids.ag_grid.path})--a high-performance React grid--the industry standard data table for fintech.
123+
Bayesline wrapped [AG Grid]({enterprise.ag_grid.index.path})--a high-performance React grid--the industry standard data table for fintech.
124124
This powerful combination of out-of-the-box functionality and flexibility made Reflex an attractive choice for Bayesline.
125125

126126
Sebastian and the team originally started building with Reflex to create a minimum viable product that would get them through Y Combinator and their initial funding round.

docs/library/data-display/callout-ll.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rx.callout.root(
2323

2424
The `callout` component is made up of a `callout.root`, which groups `callout.icon` and `callout.text` parts. This component is based on the `div` element and supports common margin props.
2525

26-
The `callout.icon` provides width and height for the `icon` associated with the `callout`. This component is based on the `div` element. See the [**icon** component for all icons that are available.](/docs/library/datadisplay/icon/)
26+
The `callout.icon` provides width and height for the `icon` associated with the `callout`. This component is based on the `div` element. See the [**icon** component for all icons that are available.](/docs/library/data-display/icon/)
2727

2828
The `callout.text` renders the callout text. This component is based on the `p` element.
2929

pcweb/pcweb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148
("/docs/components/conditional-props", "/docs/components/conditional-rendering"),
149149
("/docs/enterprise", "/docs/enterprise/overview"),
150150
("/docs/pages/routes", "/docs/pages/overview"),
151+
("/docs/overview", "/docs/getting-started/introduction"),
151152
("/docs/assets/referencing_assets", "/docs/assets/overview"),
152153
("/changelog", "https://github.com/reflex-dev/reflex/releases"),
153154
(

0 commit comments

Comments
 (0)