Skip to content

Commit

Permalink
Update all repo urls to use main (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
xt0rted committed Oct 3, 2020
1 parent a221cbd commit 979fee0
Show file tree
Hide file tree
Showing 53 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ E2E stand for End to End testing and the following lines from [Protractor](https
### How we do E2E tests

We're using [Puppeteer](https://github.com/GoogleChrome/puppeteer) which allows us to spin up a Chrome instance which then loads the OctoLinker extension. Once Chrome has started we can navigate to any website which is github.com in our case. In this directory we also have a folder called [fixtures](https://github.com/OctoLinker/OctoLinker/tree/master/e2e/fixtures) which contains all our dummy files which we use for testing.
We're using [Puppeteer](https://github.com/GoogleChrome/puppeteer) which allows us to spin up a Chrome instance which then loads the OctoLinker extension. Once Chrome has started we can navigate to any website which is github.com in our case. In this directory we also have a folder called [fixtures](https://github.com/OctoLinker/OctoLinker/tree/main/e2e/fixtures) which contains all our dummy files which we use for testing.

If you open one of those files, you will see a special annotation which we use to specify that the next line should resolve to the given target:

Expand Down
2 changes: 1 addition & 1 deletion packages/blob-reader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/blob-reader",
"version": "1.0.0",
"description": "This provides a unified interface for GitHubs blob view",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/blob-reader",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/blob-reader",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/core",
"version": "6.5.0",
"description": "OctoLinker browser extension core",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/core",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/core",
"license": "MIT",
"main": "./index.js",
"releaseDescription": "More GitHub Actions support and better OctoLinker notifications",
Expand Down
2 changes: 1 addition & 1 deletion packages/helper-github-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/helper-github-api",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/helper-github-api",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/helper-github-api",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/helper-grammar-regex-collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/helper-grammar-regex-collection",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/helper-grammar-regex-collection",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/helper-grammar-regex-collection",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/helper-insert-link/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/helper-insert-link",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/helper-insert-link",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/helper-insert-link",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/helper-normalise-resolver-results/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/helper-normalise-resolver-results",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/helper-normalise-resolver-results",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/helper-normalise-resolver-results",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/helper-octolinker-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/helper-octolinker-api",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/helper-octolinker-api",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/helper-octolinker-api",
"license": "MIT",
"main": "./index.js"
}
2 changes: 1 addition & 1 deletion packages/helper-parser-byline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/helper-parser-byline",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/helper-parser-byline",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/helper-parser-byline",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/helper-process-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/helper-process-json",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/helper-process-json",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/helper-process-json",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/helper-regex-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/helper-regex-builder",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/helper-regex-builder",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/helper-regex-builder",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/helper-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/helper-settings",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/helper-settings",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/helper-settings",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/helper-sort-urls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/helper-sort-urls",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/helper-sort-urls",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/helper-sort-urls",
"license": "MIT",
"main": "./index.js"
}
2 changes: 1 addition & 1 deletion packages/helper-version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/helper-version",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/helper-version",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/helper-version",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-bower-manifest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/plugin-bower-manifest",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/plugin-bower-manifest",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/plugin-bower-manifest",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-composer-manifest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/plugin-composer-manifest",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/plugin-composer-manifest",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/plugin-composer-manifest",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/plugin-css",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/plugin-css",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/plugin-css",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-docker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/plugin-docker",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/plugin-docker",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/plugin-docker",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-dotnet-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/plugin-dotnet-core",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/plugin-dotnet-core",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/plugin-dotnet-core",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-dotnet-global-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/plugin-dotnet-global-tools",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/plugin-dotnet-global-tools",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/plugin-dotnet-global-tools",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-dotnet-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/plugin-dotnet-project",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/plugin-dotnet-project",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/plugin-dotnet-project",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-dotnet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/plugin-dotnet",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/plugin-dotnet",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/plugin-dotnet",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-gemfile-manifest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/plugin-gemfile-manifest",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/plugin-gemfile-manifest",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/plugin-gemfile-manifest",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-github-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/plugin-github-actions",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/plugin-github-actions",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/plugin-github-actions",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-github-codeowners/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/plugin-github-codeowners",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/plugin-github-codeowners",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/plugin-github-codeowners",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-go/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/plugin-go",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/plugin-go",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/plugin-go",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-haskell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/plugin-haskell",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/plugin-haskell",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/plugin-haskell",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-homebrew-manifest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/plugin-homebrew-manifest",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/plugin-homebrew-manifest",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/plugin-homebrew-manifest",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/plugin-html",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/plugin-html",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/plugin-html",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-java/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/plugin-java",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/plugin-java",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/plugin-java",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/plugin-javascript",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/plugin-javascript",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/plugin-javascript",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-less/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/plugin-less",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/plugin-less",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/plugin-less",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-nodejs-relative-path/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/plugin-nodejs-relative-path",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/plugin-nodejs-relative-path",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/plugin-nodejs-relative-path",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-npm-manifest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/plugin-npm-manifest",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/plugin-npm-manifest",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/plugin-npm-manifest",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-php/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/plugin-php",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/plugin-php",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/plugin-php",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-python/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/plugin-python",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/plugin-python",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/plugin-python",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-requirements-txt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/plugin-requirements-txt",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/plugin-requirements-txt",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/plugin-requirements-txt",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-ruby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/plugin-ruby",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/plugin-ruby",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/plugin-ruby",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-rust-cargo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/plugin-rust-cargo",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/plugin-rust",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/plugin-rust",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-rust/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/plugin-rust",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/plugin-rust",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/plugin-rust",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/plugin-sass",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/plugin-sass",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/plugin-sass",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/plugin-typescript",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/plugin-typescript",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/plugin-typescript",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-vim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/plugin-vim",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/plugin-vim",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/plugin-vim",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ratelimit-notification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@octolinker/ratelimit-notification",
"version": "1.0.0",
"description": "",
"repository": "https://github.com/octolinker/octolinker/tree/master/packages/ratelimit-notification",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/ratelimit-notification",
"license": "MIT",
"main": "./index.js",
"dependencies": {
Expand Down
Loading

0 comments on commit 979fee0

Please sign in to comment.