Skip to content

Commit

Permalink
chore: update repo urls (#190)
Browse files Browse the repository at this point in the history
Co-authored-by: M.P. Korstanje <rien.korstanje@gmail.com>
  • Loading branch information
davidjgoss and mpkorstanje committed Dec 12, 2023
1 parent 022e785 commit b457392
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Fixed
- Update repo URLs ([#190](https://github.com/cucumber/messages/pull/190))

## [24.0.0] - 2023-11-24
### Added
Expand Down
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

0 comments on commit b457392

Please sign in to comment.