Skip to content

Commit

Permalink
Merge pull request #9646 from sm1990/url1
Browse files Browse the repository at this point in the history
Fix build failure
  • Loading branch information
anupama-pathirage authored Dec 10, 2024
2 parents df0d761 + 68da7ac commit 1ba3391
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion components/community/contribute/Contribute.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ import { FaCode } from "react-icons/fa6";
import { MdOutlineArticle } from "react-icons/md";
import { FaConnectdevelop } from "react-icons/fa";

import { prefix } from '../../../utils/prefix';

import styles from './Contribute.module.css';


Expand Down Expand Up @@ -192,7 +194,7 @@ export default function Contribute(props) {

<Col xs={12} sm={12} md={12} lg={2} className={styles.boxCol}>
<div className={`${styles.detailBlocks} ${styles.subCat}`}>
<a className={styles.issues} href="/hacktoberfest/connector-contributor-guide" target="_blank" rel="noreferrer" title='Read the guide' style={{ marginBottom: "10px" }}>Read the guide</a>
<a className={styles.issues} href={`${prefix}/contributions/connector-contributor-guide`} title='Read the guide' style={{ marginBottom: "10px" }}>Read the guide</a>
<a className={styles.issues} href="https://github.com/orgs/ballerina-platform/projects/376/views/5" target="_blank" rel="noreferrer" title='View projects'>View projects</a>
</div>
</Col>
Expand Down

0 comments on commit 1ba3391

Please sign in to comment.