Skip to content

Commit

Permalink
refactor: point to different docs for obtaining a github token for co…
Browse files Browse the repository at this point in the history
…ntribution (#14125)

## What
<!--
* Describe what the change is solving.
* It helps to add screenshots if it affects the frontend.
-->
Even though the github docs lay out what to do when creating the token, Github's defaults make it _very_ easy to do it incorrectly anyway (I have watched this happen multiple times). 

@nataliekwong wrote docs with screenshots that seem more helpful than Github's docs - let's point to them instead. 

## Can this PR be safely reverted and rolled back?
<!--
* If you know that your be safely rolled back, check YES.*
* If that is not the case (e.g. a database migration), check NO.
* If unsure, leave it blank.*
-->
- [x] YES 💚
- [ ] NO ❌
  • Loading branch information
erohmensing committed Sep 26, 2024
1 parent 2dce446 commit 497683b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ const ContributeToAirbyteForm: React.FC<ContributeToAirbyteFormProps> = ({ image
<FormattedMessage id="connectorBuilder.contribution.modal.githubToken.subText" />
</Text>
<ExternalLink
href="https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic"
href="https://docs.airbyte.com/contributing-to-airbyte/submit-new-connector#obtaining-your-github-access-token"
className={styles.githubTokenLink}
variant="primary"
>
Expand Down

0 comments on commit 497683b

Please sign in to comment.