Skip to content

Commit

Permalink
docs: update edit rules url
Browse files Browse the repository at this point in the history
  • Loading branch information
olexh committed May 16, 2024
1 parent 1238ba9 commit fdd3a33
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/(pages)/edit/new/components/rules-alert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ const RulesAlert = () => {
const { openModal } = useModalContext();

useEffect(() => {
fetch(
'https://raw.githubusercontent.com/hikka-io/bug-reports/main/RULES.md',
)
fetch('https://raw.githubusercontent.com/hikka-io/rules/main/RULES.md')
.then((res) => res.text())
.then((res) => setRules(res));
}, []);
Expand Down

0 comments on commit fdd3a33

Please sign in to comment.