Skip to content

Commit

Permalink
Fix Concourse Links
Browse files Browse the repository at this point in the history
  • Loading branch information
amayer5125 committed Jul 29, 2024
1 parent 2c2bfa8 commit bb4518d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Concourse CI Teams Resource

Sends messages to [Microsoft Teams](https://teams.microsoft.com) from
within [Concourse CI](https://concourse.ci) pipelines.
within [Concourse CI](https://concourse-ci.org/) pipelines.

Implements the Microsoft Teams
[Connector](https://dev.outlook.com/Connectors/Reference) protocols and
the Concourse CI [resource](https://concourse.ci/implementing-resources.html)
the Concourse CI [resource](https://concourse-ci.org/implementing-resource-types.html)
protocols.

![teams](images/teams2.png)
Expand Down
2 changes: 1 addition & 1 deletion out
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ format="markdown"

actionName=$(evaluate "$(jq -r '.params.actionName // "Open Concourse"' < "${payload}")")

actionTarget=$(evaluate "$(jq -r '.params.actionTarget // "https://concourse.ci"' < "${payload}")")
actionTarget=$(evaluate "$(jq -r '.params.actionTarget // "https://concourse-ci.org/"' < "${payload}")")

title=$(evaluate "$(jq -r '.params.title // "Concourse CI"' < "${payload}")")

Expand Down

0 comments on commit bb4518d

Please sign in to comment.