Skip to content

Commit

Permalink
docs: fix broken CONTRIBUTING.md links (#30189)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 authored Sep 5, 2024
1 parent b6b0b49 commit 656266c
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Thanks for taking the time to contribute! :smile:

- [Report bugs](https://github.com/cypress-io/cypress/issues/new) by opening an issue.
- [Request features](https://github.com/cypress-io/cypress/issues/new) by opening an issue.
- [Help triage existing issues](#triaging-issues).
- Write code to address an issue. We have some issues labeled as [`good first issue`](https://github.com/cypress-io/cypress/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22) that are a good place to start. Please thoroughly read our [Writing Code guide](#writing-code).

## Table of Contents
Expand All @@ -26,19 +25,19 @@ Thanks for taking the time to contribute! :smile:
- [Requirements](#requirements)
- [Getting Started](#getting-started)
- [Coding Style](#coding-style)
- [Adding links within code](#Adding-links-within-code)
- [Adding links within code](#adding-links-within-code)
- [Tests](#tests)
- [Packages](#packages)
- [Committing Code](#committing-code)
- [Branches](#branches)
- [Pull Requests](#pull-requests)
- [Dependencies](#dependencies)
- [Reviewing Code](#reviewing-code)
- [Some rules about Code Review](#Some-rules-about-Code-Review)
- [Steps to take during Code Review](#Steps-to-take-during-Code-Review)
- [Code Review Checklist](#Code-Review-Checklist)
- [Code Review of Dependency Updates](#Code-Review-of-Dependency-Updates)
- [Deployment](#deployment)
- [Some rules about Code Review](#some-rules-about-code-review)
- [Steps to take during Code Review](#steps-to-take-during-code-review)
- [Code Review Checklist](#code-review-checklist)
- [Code Review of Dependency Updates](#code-review-of-dependency-updates)
- [Releases](#releases)

## Code of Conduct

Expand Down Expand Up @@ -172,7 +171,7 @@ Here is a list of the packages in this repository with a short description, loca

| Folder Name | Package Name | Purpose |
| :------------------------------------ | :---------------------- | :--------------------------------------------------------------------------- |
| [electron-mksnapshot](./electron-mksnapshot) | `electron-mksnapshot` | A rewrite of [electron/mksnapshot](https://github.com/electron/mksnapshot) to support multiple versions. |
| [electron-mksnapshot](./tooling/electron-mksnapshot) | `electron-mksnapshot` | A rewrite of [electron/mksnapshot](https://github.com/electron/mksnapshot) to support multiple versions. |
| [packherd](./tooling/packherd) | `packherd` | Herds all dependencies reachable from an entry and packs them. |
| [v8-snapshot](./tooling/v8-snapshot) | `v8-snapshot` | Tool to create a snapshot for Electron applications. |

Expand Down

4 comments on commit 656266c

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 656266c Sep 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.14.3/linux-x64/develop-656266c802c74f047f5ac4ec204fd703caea86f2/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 656266c Sep 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.14.3/darwin-arm64/develop-656266c802c74f047f5ac4ec204fd703caea86f2/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 656266c Sep 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.14.3/win32-x64/develop-656266c802c74f047f5ac4ec204fd703caea86f2/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 656266c Sep 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.14.3/darwin-x64/develop-656266c802c74f047f5ac4ec204fd703caea86f2/cypress.tgz

Please sign in to comment.