Skip to content

Commit cb6e640

Browse files
Fix HTML documentation links and add explanation (#1320)
* Fix HTML documentation links and add explanation Co-Authored-By: Alek Petuskey <[email protected]> * Restore template format links Co-Authored-By: Alek Petuskey <[email protected]> --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Alek Petuskey <[email protected]>
1 parent eb438ef commit cb6e640

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/components/html_to_reflex.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Convert HTML to Reflex
22

33

4-
To convert HTML to Reflex code use this live converter tool: https://flexgen.reflex.run/reverse-compiler/
4+
To convert HTML to Reflex code use this live converter tool: https://reflex.build/reverse-compiler/
55

66
## Convert Figma file to Reflex
77

8-
Check out this [Notion doc](https://www.notion.so/reflex-dev/Convert-HTML-to-Reflex-fe22d0641dcd4d5c91c8404ca41c7e77) for a walk through on how to convert a Figma file into Reflex code.
8+
Check out this [Notion doc](https://www.notion.so/reflex-dev/Convert-HTML-to-Reflex-fe22d0641dcd4d5c91c8404ca41c7e77) for a walk through on how to convert a Figma file into Reflex code.

docs/getting_started/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def my_page():
5858
)
5959
```
6060

61-
You can also use any base HTML element through the [`rx.el`]({docs.library.other.html.path}) namespace.
61+
You can also use any base HTML element through the [`rx.el`]({docs.library.other.html.path}) namespace. This allows you to use standard HTML elements directly in your Reflex app when you need more control or when a specific component isn't available in the Reflex component library.
6262

6363
```python demo exec
6464
def my_div():

0 commit comments

Comments
 (0)