Skip to content

Commit 0fed3fe

Browse files
committed
fix the discord link
1 parent 622e136 commit 0fed3fe

7 files changed

Lines changed: 23 additions & 30 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
**Your all-in-one resource for learning Git, GitHub, Python through comprehensive tutorials and hands-on projects.**
2222

23-
[Website](https://recodehive.com/)[Documentation](https://recodehive.com/docs)[Contributing](community/contributing-guidelines.md)[Discord](https://discord.gg/Yxv9RA3r)
23+
[Website](https://recodehive.com/)[Documentation](https://recodehive.com/docs)[Contributing](community/contributing-guidelines.md)[Discord](https://discord.gg/dh3TA8U55Q)
2424

2525
</div>
2626

@@ -216,7 +216,7 @@ For detailed guidelines, please refer to our [Contributing Guidelines](community
216216

217217
Join our community and connect with fellow learners:
218218

219-
[![Discord](https://img.shields.io/badge/Discord-5865F2.svg?style=for-the-badge&logo=Discord&logoColor=white)](https://discord.gg/Yxv9RA3r)
219+
[![Discord](https://img.shields.io/badge/Discord-5865F2.svg?style=for-the-badge&logo=Discord&logoColor=white)](https://discord.gg/dh3TA8U55Q)
220220
[![LinkedIn](https://img.shields.io/badge/Follow%20on-LinkedIn-blue?style=for-the-badge&logo=linkedin)](https://www.linkedin.com/in/sanjay-k-v/)
221221

222222
## 📊 Project Statistics

docs/GitHub/GitHub-basics/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Whether you're completely new or need a refresher, these guides will walk you th
3636

3737
## Need help?
3838

39-
- Join our Discord for real-time help: https://discord.gg/Yxv9RA3r
39+
- Join our Discord for real-time help: https://discord.gg/dh3TA8U55Q
4040
- Browse our GitHub org: https://github.com/recodehive
4141

4242
---

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The recode hive GitHub organization ([github.com/recodehive](https://github.com/
4646
recode hive has 600+ GitHub followers and contributors from all over the world. Here is how to become part of it:
4747

4848
1. **Join the GitHub Organization** — raise an issue using the [Invite Link](https://github.com/Recode-Hive/Support/issues/new?assignees=&labels=invite+me+to+the+community&projects=&template=invitation.yml&title=Please+invite+me+to+the+Recode-Hive+GitHub+Community+Organization) and you'll receive an email invitation.
49-
2. **Join Discord** — chat with members, ask questions, and find help in real time at [discord.gg/Yxv9RA3r](https://discord.gg/Yxv9RA3r).
49+
2. **Join Discord** — chat with members, ask questions, and find help in real time at [discord.gg/dh3TA8U55Q](https://discord.gg/dh3TA8U55Q).
5050
3. **Practice open source** — make your first PR in the [Opensource-practice](https://github.com/recodehive/Opensource-practice) repository.
5151
4. **Subscribe to the newsletter** — get career insights delivered to your inbox at [recodehive.substack.com](https://recodehive.substack.com/).
5252

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ const config: Config = {
224224
{
225225
type: "html",
226226
position: "right",
227-
value: `<a href="https://discord.gg/b6ffxhXRNH" target="_blank" rel="noopener noreferrer" aria-label="Discord" title="Discord" class="navbar__link navbar-social-icon">
227+
value: `<a href="https://discord.gg/dh3TA8U55Q" target="_blank" rel="noopener noreferrer" aria-label="Discord" title="Discord" class="navbar__link navbar-social-icon">
228228
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
229229
<path d="M20.317 4.37a19.791 19.791 0 00-4.885-1.515.074.074 0 00-.079.037c-.21.375-.444.864-.608 1.25a18.27 18.27 0 00-5.487 0 12.64 12.64 0 00-.617-1.25.077.077 0 00-.079-.037A19.736 19.736 0 003.677 4.37a.07.07 0 00-.032.027C.533 9.046-.32 13.58.099 18.057a.082.082 0 00.031.057 19.9 19.9 0 005.993 3.03.078.078 0 00.084-.028c.462-.63.874-1.295 1.226-1.994a.076.076 0 00-.041-.106 13.107 13.107 0 01-1.872-.892.077.077 0 01-.008-.128 10.2 10.2 0 00.372-.292.074.074 0 01.077-.01c3.928 1.793 8.18 1.793 12.062 0a.074.074 0 01.078.01c.12.098.246.198.373.292a.077.077 0 01-.006.127 12.299 12.299 0 01-1.873.892.077.077 0 00-.041.107c.36.698.772 1.362 1.225 1.993a.076.076 0 00.084.028 19.839 19.839 0 006.002-3.03.077.077 0 00.032-.054c.5-5.177-.838-9.674-3.549-13.66a.061.061 0 00-.031-.03zM8.02 15.33c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.956-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.956 2.418-2.157 2.418zm7.975 0c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.955-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.946 2.418-2.157 2.418z"/>
230230
</svg>

src/components/faqs/faqs.tsx

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const faqData = [
2727
{
2828
question: "How can I contribute as a beginner?",
2929
answer:
30-
"We've designed our community specifically with beginners in mind! Contributing to open-source can seem intimidating, but we provide a supportive environment for learning.<br><br><strong>Beginner-Friendly Steps:</strong><br>1. Start with our <a href='/docs/GitHub/GitHub-basics' class='text-indigo-600 hover:text-indigo-800 underline'>GitHub Basics guide</a><br>2. Join our <a href='https://discord.gg/Yxv9RA3r' target='_blank' rel='noopener noreferrer' class='text-indigo-600 hover:text-indigo-800 underline'>Discord community</a> for support<br>3. Look for 'good first issue' labels in our repositories<br>4. Follow our <a href='https://github.com/recodehive/recode-website#getting-started' target='_blank' rel='noopener noreferrer' class='text-indigo-600 hover:text-indigo-800 underline'>step-by-step contribution guide</a><br><br>🎯 <a href='/docs/GitHub/GitHub-basics/first-opensource-code' class='text-indigo-600 hover:text-indigo-800 underline'>Make your first open-source contribution</a>",
30+
"We've designed our community specifically with beginners in mind! Contributing to open-source can seem intimidating, but we provide a supportive environment for learning.<br><br><strong>Beginner-Friendly Steps:</strong><br>1. Start with our <a href='/docs/GitHub/GitHub-basics' class='text-indigo-600 hover:text-indigo-800 underline'>GitHub Basics guide</a><br>2. Join our <a href='https://discord.gg/dh3TA8U55Q' target='_blank' rel='noopener noreferrer' class='text-indigo-600 hover:text-indigo-800 underline'>Discord community</a> for support<br>3. Look for 'good first issue' labels in our repositories<br>4. Follow our <a href='https://github.com/recodehive/recode-website#getting-started' target='_blank' rel='noopener noreferrer' class='text-indigo-600 hover:text-indigo-800 underline'>step-by-step contribution guide</a><br><br>🎯 <a href='/docs/GitHub/GitHub-basics/first-opensource-code' class='text-indigo-600 hover:text-indigo-800 underline'>Make your first open-source contribution</a>",
3131
},
3232
{
3333
question: "How can I earn from this recode hive organisation?",
@@ -78,16 +78,14 @@ const FAQs: React.FC = () => {
7878
FAQs
7979
</h6>
8080
<h2
81-
className={`text-5xl font-bold leading-snug md:text-6xl ${
82-
isDark ? "text-gray-100" : "text-gray-900"
83-
}`}
81+
className={`text-5xl font-bold leading-snug md:text-6xl ${isDark ? "text-gray-100" : "text-gray-900"
82+
}`}
8483
>
8584
Looking for answers?
8685
</h2>
8786
<p
88-
className={`mx-auto mt-3 max-w-3xl text-base ${
89-
isDark ? "text-gray-400" : "text-gray-600"
90-
}`}
87+
className={`mx-auto mt-3 max-w-3xl text-base ${isDark ? "text-gray-400" : "text-gray-600"
88+
}`}
9189
>
9290
Find answers to the most common questions about recode hive.
9391
</p>
@@ -117,11 +115,10 @@ const FAQs: React.FC = () => {
117115
}}
118116
>
119117
<button
120-
className={`accordion-toggle group flex w-full cursor-pointer items-center justify-between gap-4 p-4 text-left text-base font-semibold transition-all duration-300 focus:outline-none md:p-5 ${
121-
isDark
118+
className={`accordion-toggle group flex w-full cursor-pointer items-center justify-between gap-4 p-4 text-left text-base font-semibold transition-all duration-300 focus:outline-none md:p-5 ${isDark
122119
? "text-gray-100 hover:text-indigo-300"
123120
: "text-gray-800 hover:text-indigo-700"
124-
}`}
121+
}`}
125122
style={{
126123
background: isDark
127124
? isOpen
@@ -154,9 +151,8 @@ const FAQs: React.FC = () => {
154151
transition={{ duration: 0.3, ease: "easeInOut" }}
155152
>
156153
<div
157-
className={`text-base transition-colors duration-200 ${
158-
isDark ? "text-gray-300" : "text-gray-900"
159-
}`}
154+
className={`text-base transition-colors duration-200 ${isDark ? "text-gray-300" : "text-gray-900"
155+
}`}
160156
style={{
161157
borderTop: isDark
162158
? "1px solid rgba(99, 102, 241, 0.3)"
@@ -184,7 +180,7 @@ const FAQs: React.FC = () => {
184180
);
185181
})}
186182
</div>
187-
183+
188184
<div className="flex w-full flex-1 flex-col gap-4 md:gap-6">
189185
{faqData.filter((_, index) => index % 2 !== 0).map((faq, idx) => {
190186
const originalIndex = idx * 2 + 1;
@@ -208,11 +204,10 @@ const FAQs: React.FC = () => {
208204
}}
209205
>
210206
<button
211-
className={`accordion-toggle group flex w-full cursor-pointer items-center justify-between gap-4 p-4 text-left text-base font-semibold transition-all duration-300 focus:outline-none md:p-5 ${
212-
isDark
207+
className={`accordion-toggle group flex w-full cursor-pointer items-center justify-between gap-4 p-4 text-left text-base font-semibold transition-all duration-300 focus:outline-none md:p-5 ${isDark
213208
? "text-gray-100 hover:text-indigo-300"
214209
: "text-gray-800 hover:text-indigo-700"
215-
}`}
210+
}`}
216211
style={{
217212
background: isDark
218213
? isOpen
@@ -245,9 +240,8 @@ const FAQs: React.FC = () => {
245240
transition={{ duration: 0.3, ease: "easeInOut" }}
246241
>
247242
<div
248-
className={`text-base transition-colors duration-200 ${
249-
isDark ? "text-gray-300" : "text-gray-900"
250-
}`}
243+
className={`text-base transition-colors duration-200 ${isDark ? "text-gray-300" : "text-gray-900"
244+
}`}
251245
style={{
252246
borderTop: isDark
253247
? "1px solid rgba(99, 102, 241, 0.3)"

src/pages/community/index.tsx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const contributionSections: ContributionSection[] = [
7575
"Share resources, tutorials, and best practices to help others grow.",
7676
],
7777
links: [
78-
{ text: "Discord", url: "https://discord.gg/b6ffxhXRNH" },
78+
{ text: "Discord", url: "https://discord.gg/dh3TA8U55Q" },
7979
{
8080
text: "Whatsapp",
8181
url: "https://chat.whatsapp.com/Izl2yfbFlmY8CExjnIpNkX?mode=ems_copy_t",
@@ -273,15 +273,14 @@ export default function CommunityPage(): React.ReactElement {
273273
<motion.div
274274
key={section.id}
275275
id={section.id}
276-
className={`contribution-section ${
277-
(
276+
className={`contribution-section ${(
278277
isMobile
279278
? activeSections.includes(section.id)
280279
: selectedSection === section.id
281280
)
282281
? "selected"
283282
: ""
284-
}`}
283+
}`}
285284
initial={{ opacity: 0, y: 30 }}
286285
animate={{ opacity: 1, y: 0 }}
287286
transition={{ duration: 0.6, delay: 0.1 * index }}

wiki/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ git push origin feature/your-feature-name
222222

223223
Need assistance? We're here to help!
224224

225-
- **Discord:** Join our [Discord server](https://discord.gg/Yxv9RA3r)
225+
- **Discord:** Join our [Discord server](https://discord.gg/dh3TA8U55Q)
226226
- **GitHub Discussions:** Ask questions in [Discussions](https://github.com/recodehive/recode-website/discussions)
227227
- **Issues:** Check existing [issues](https://github.com/recodehive/recode-website/issues) or create a new one
228228

0 commit comments

Comments
 (0)