Skip to content

Commit

Permalink
change clone instructions from git to https protocol (#5526)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Oct 12, 2023
1 parent d9636a3 commit 9a8f5a7
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@ Thanks for taking the time to contribute! :smile:
## Table of Contents

- [Contributing to Cypress Documentation](#contributing-to-cypress-documentation)
- [Table of Contents](#table-of-contents)
- [Code of Conduct](#code-of-conduct)
- [Writing Documentation](#writing-documentation)
- [Admonitions](#admonitions)
- [Images](#images)
- [Videos](#videos)
- [Icons](#icons)
- [VSCode MDX Extension](#vscode-mdx-extension)
- [Admonitions](#admonitions)
- [Images](#images)
- [Videos](#videos)
- [Icons](#icons)
- [Partials](#partials)
- [Adding Plugins](#adding-plugins)
- [Adding Pages](#adding-pages)
- [Patches](#patches)
- [@docusaurus/mdx-loader patch](#docusaurusmdx-loader-patch)
- [Writing the Changelog](#writing-the-changelog)
- [Categories](#categories)
- [Committing Code](#committing-code)
Expand Down Expand Up @@ -41,7 +45,7 @@ fork) of this repository under your personal account.
**Clone your forked repository**

```shell
git clone git@github.com:<your username>/cypress-documentation.git
git clone https://github.com/<your username>/cypress-documentation.git
cd cypress-documentation
```

Expand Down

0 comments on commit 9a8f5a7

Please sign in to comment.