Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update repo urls #190

Merged
merged 3 commits into from
Dec 12, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ However, it does not contain the following information (but Cucumber Messages do
* Parameter types

This kind of information is required to produce rich reports and analytics, and is
used in [@cucumber/react](https://github.com/cucumber/cucumber-react) and [Cucumber Reports](https://reports.cucumber.io/).
used in [@cucumber/react-components](https://github.com/cucumber/react-components) and [Cucumber Reports](https://reports.cucumber.io/).

## Examples

Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<packaging>jar</packaging>
<name>Cucumber Messages</name>
<description>JSON schema-based messages for Cucumber's inter-process communication</description>
<url>https://github.com/cucumber/cucumber-messages-java</url>
<url>https://github.com/cucumber/messages</url>

<properties>
<project.Automatic-Module-Name>io.cucumber.messages</project.Automatic-Module-Name>
Expand Down
6 changes: 3 additions & 3 deletions javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/cucumber/messages-javascript.git"
"url": "git://github.com/cucumber/messages.git"
},
"author": "Cucumber Limited <cukes@googlegroups.com>",
"license": "MIT",
Expand Down Expand Up @@ -51,9 +51,9 @@
"typescript": "5.3.3"
},
"bugs": {
"url": "https://github.com/cucumber/messages-javascript/issues"
"url": "https://github.com/cucumber/messages/issues"
},
"homepage": "https://github.com/cucumber/messages-javascript#readme",
"homepage": "https://github.com/cucumber/messages#readme",
"directories": {
"test": "test"
},
Expand Down
2 changes: 1 addition & 1 deletion ruby/cucumber-messages.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gem::Specification.new do |s|
s.description = "JSON schema-based messages for Cucumber's inter-process communication"
s.summary = "cucumber-messages-#{s.version}"
s.email = 'cukes@googlegroups.com'
s.homepage = "https://github.com/cucumber/messages-ruby#readme"
s.homepage = "https://github.com/cucumber/messages#readme"
s.platform = Gem::Platform::RUBY
s.license = "MIT"
s.required_ruby_version = ">= 2.5"
Expand Down
Loading