Skip to content

Commit

Permalink
Merge pull request #4689 from aashikam/nats-jet
Browse files Browse the repository at this point in the history
Fix file name in nats BBE
  • Loading branch information
praneesha committed Jul 11, 2023
2 parents 0330b73 + 5976ac7 commit 530d3d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3167,7 +3167,7 @@
"isLearnByExample": false
},
{
"name": "Constraint validation",
"name": "Constraint validations",
"url": "nats-service-constraint-validation",
"verifyBuild": false,
"verifyOutput": false,
Expand All @@ -3177,7 +3177,7 @@
},
{
"name": "Consume JetStream message",
"url": "nats-jestream-sub",
"url": "nats-jetstream-sub",
"verifyBuild": false,
"verifyOutput": false,
"disableVerificationReason": "Includes ballerinax components",
Expand Down Expand Up @@ -3211,7 +3211,7 @@
},
{
"name": "Publish message",
"url": "nats-jestream-pub",
"url": "nats-jetstream-pub",
"verifyBuild": false,
"verifyOutput": false,
"disableVerificationReason": "Includes ballerinax components",
Expand Down

0 comments on commit 530d3d7

Please sign in to comment.