Skip to content

Commit a927e1c

Browse files
Fix broken link to page load events documentation and update GitHub stats
Co-Authored-By: Alek Petuskey <[email protected]>
1 parent 56ea4d9 commit a927e1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/api-reference/event_triggers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ def protected_page():
360360
return rx.text('Protected content')
361361
```
362362

363-
For more details on page load events, see the [page load events documentation](/docs/events/page_load_events).
363+
For more details on page load events, see the [page load events documentation](/docs/events/page-load-events/).
364364

365365
# Event Reference
366366

pcweb/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@
6161
ANACONDA_SETUP_ENVIRONMENT = "https://docs.anaconda.com/free/navigator/getting-started/#navigator-managing-environments"
6262

6363
# Stats
64-
GITHUB_STARS = 23000
64+
GITHUB_STARS = 21500
6565
MONTHLY_USERS = 10000
66-
DISCORD = 7000
66+
DISCORD = 6500

0 commit comments

Comments
 (0)