Commit b3693b0
fix: Replace broken GitHub Discussions links with Issues links
GitHub Discussions is not enabled on the repository, causing 404 errors.
Changed all Discussions references to point to GitHub Issues instead.
Changes:
- URL: /discussions → /issues
- Title: "Join Discussions" → "Get Support"
- Title: "GitHub Discussions" → "Community Support"
- Description: "Ask questions and share your wizards" → "Ask questions and get help from the community"
- Contact page: "Community Support" → "Ask Questions"
Updated in 2 files:
- website/app/framework/page.tsx (community section)
- website/app/contact/page.tsx (alternative contact methods)
GitHub Issues provides the same community support functionality and is
already enabled on the repository.
User feedback: "https://github.com/Smart-AI-Memory/empathy/discussions
leds to a 404 error"
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent b9d3a1c commit b3693b0
2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
300 | | - | |
301 | | - | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
| 256 | + | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
| |||
0 commit comments