Skip to content

Commit 956389a

Browse files
authored
fix: update links to eslint/js repo (#619)
1 parent ba26bb9 commit 956389a

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: 🗣 Ask a Question, Discuss
4-
url: https://github.com/eslint/espree/discussions
4+
url: https://github.com/eslint/js/discussions
55
about: Get help using ESLint

packages/eslint-scope/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![npm version](https://img.shields.io/npm/v/eslint-scope.svg)](https://www.npmjs.com/package/eslint-scope)
22
[![Downloads](https://img.shields.io/npm/dm/eslint-scope.svg)](https://www.npmjs.com/package/eslint-scope)
3-
[![Build Status](https://github.com/eslint/eslint-scope/workflows/CI/badge.svg)](https://github.com/eslint/eslint-scope/actions)
3+
[![Build Status](https://github.com/eslint/js/workflows/CI/badge.svg)](https://github.com/eslint/js/actions)
44

55
# ESLint Scope
66

@@ -75,7 +75,7 @@ estraverse.traverse(ast, {
7575

7676
## Contributing
7777

78-
Issues and pull requests will be triaged and responded to as quickly as possible. We operate under the [ESLint Contributor Guidelines](http://eslint.org/docs/developer-guide/contributing), so please be sure to read them before contributing. If you're not sure where to dig in, check out the [issues](https://github.com/eslint/eslint-scope/issues).
78+
Issues and pull requests will be triaged and responded to as quickly as possible. We operate under the [ESLint Contributor Guidelines](http://eslint.org/docs/developer-guide/contributing), so please be sure to read them before contributing. If you're not sure where to dig in, check out the [issues](https://github.com/eslint/js/issues).
7979

8080
## Security Policy
8181

packages/eslint-scope/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "eslint-scope",
33
"description": "ECMAScript scope analyzer for ESLint",
4-
"homepage": "http://github.com/eslint/eslint-scope",
4+
"homepage": "https://github.com/eslint/js/blob/main/packages/eslint-scope/README.md",
55
"main": "./dist/eslint-scope.cjs",
66
"type": "module",
77
"exports": {
@@ -15,10 +15,10 @@
1515
"engines": {
1616
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
1717
},
18-
"repository": "eslint/eslint-scope",
18+
"repository": "eslint/js",
1919
"funding": "https://opencollective.com/eslint",
2020
"bugs": {
21-
"url": "https://github.com/eslint/eslint-scope/issues"
21+
"url": "https://github.com/eslint/js/issues"
2222
},
2323
"license": "BSD-2-Clause",
2424
"scripts": {

packages/espree/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![npm version](https://img.shields.io/npm/v/espree.svg)](https://www.npmjs.com/package/espree)
22
[![npm downloads](https://img.shields.io/npm/dm/espree.svg)](https://www.npmjs.com/package/espree)
3-
[![Build Status](https://github.com/eslint/espree/workflows/CI/badge.svg)](https://github.com/eslint/espree/actions)
3+
[![Build Status](https://github.com/eslint/js/workflows/CI/badge.svg)](https://github.com/js/espree/actions)
44
[![Bountysource](https://www.bountysource.com/badge/tracker?tracker_id=9348450)](https://www.bountysource.com/trackers/9348450-eslint?utm_source=9348450&utm_medium=shield&utm_campaign=TRACKER_BADGE)
55

66
# Espree
@@ -173,7 +173,7 @@ Espree may also deviate from Esprima in the interface it exposes.
173173

174174
## Contributing
175175

176-
Issues and pull requests will be triaged and responded to as quickly as possible. We operate under the [ESLint Contributor Guidelines](http://eslint.org/docs/developer-guide/contributing), so please be sure to read them before contributing. If you're not sure where to dig in, check out the [issues](https://github.com/eslint/espree/issues).
176+
Issues and pull requests will be triaged and responded to as quickly as possible. We operate under the [ESLint Contributor Guidelines](http://eslint.org/docs/developer-guide/contributing), so please be sure to read them before contributing. If you're not sure where to dig in, check out the [issues](https://github.com/eslint/js/issues).
177177

178178
Espree is licensed under a permissive BSD 2-clause license.
179179

packages/espree/docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![npm version](https://img.shields.io/npm/v/espree.svg)](https://www.npmjs.com/package/espree)
22
[![npm downloads](https://img.shields.io/npm/dm/espree.svg)](https://www.npmjs.com/package/espree)
3-
[![Build Status](https://github.com/eslint/espree/workflows/CI/badge.svg)](https://github.com/eslint/espree/actions)
3+
[![Build Status](https://github.com/eslint/js/workflows/CI/badge.svg)](https://github.com/eslint/js/actions)
44
[![Bountysource](https://www.bountysource.com/badge/tracker?tracker_id=9348450)](https://www.bountysource.com/trackers/9348450-eslint?utm_source=9348450&utm_medium=shield&utm_campaign=TRACKER_BADGE)
55

66
# Espree
@@ -173,7 +173,7 @@ Espree may also deviate from Esprima in the interface it exposes.
173173

174174
## Contributing
175175

176-
Issues and pull requests will be triaged and responded to as quickly as possible. We operate under the [ESLint Contributor Guidelines](http://eslint.org/docs/developer-guide/contributing), so please be sure to read them before contributing. If you're not sure where to dig in, check out the [issues](https://github.com/eslint/espree/issues).
176+
Issues and pull requests will be triaged and responded to as quickly as possible. We operate under the [ESLint Contributor Guidelines](http://eslint.org/docs/developer-guide/contributing), so please be sure to read them before contributing. If you're not sure where to dig in, check out the [issues](https://github.com/eslint/js/issues).
177177

178178
Espree is licensed under a permissive BSD 2-clause license.
179179

packages/espree/docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<script>
134134
window.$docsify = {
135135
name: 'espree',
136-
repo: 'eslint/espree',
136+
repo: 'eslint/js',
137137
loadSidebar: true,
138138
subMaxLevel: 3,
139139
maxLevel: 3,
@@ -161,10 +161,10 @@
161161
if (/githubusercontent\.com/.test(vm.route.file)) {
162162
url = vm.route.file
163163
.replace('raw.githubusercontent.com', 'github.com')
164-
.replace(/\/master/, '/blob/master')
164+
.replace(/\/main/, '/blob/main')
165165
} else {
166166
url =
167-
'https://github.com/eslint/espree/blob/master/' +
167+
'https://github.com/eslint/js/blob/main/' +
168168
vm.route.file
169169
}
170170
var editHtml = '[:paperclip: Edit Document](' + url + ')\n'

packages/espree/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "espree",
33
"description": "An Esprima-compatible JavaScript parser built on Acorn",
44
"author": "Nicholas C. Zakas <[email protected]>",
5-
"homepage": "https://github.com/eslint/espree",
5+
"homepage": "https://github.com/eslint/js/blob/main/packages/espree/README.md",
66
"main": "dist/espree.cjs",
77
"type": "module",
88
"exports": {
@@ -25,9 +25,9 @@
2525
"engines": {
2626
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
2727
},
28-
"repository": "eslint/espree",
28+
"repository": "eslint/js",
2929
"bugs": {
30-
"url": "https://github.com/eslint/espree/issues"
30+
"url": "https://github.com/eslint/js/issues"
3131
},
3232
"funding": "https://opencollective.com/eslint",
3333
"license": "BSD-2-Clause",

0 commit comments

Comments
 (0)