Skip to content

Commit

Permalink
Fix links in readme (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
qetza authored Mar 10, 2024
1 parent 513c76c commit bc630d3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ReplaceTokens
[![mit license](https://img.shields.io/badge/license-MIT-green)](https://github.com/qetza/replacetokens-action/blob/main/LICENSE) [![donate](https://img.shields.io/badge/donate-paypal-blue)](https://www.paypal.com/donate/?hosted_button_id=CCEAVYA8DUFD8)
[![mit license](https://img.shields.io/badge/license-MIT-green)](https://github.com/qetza/replacetokens-task/blob/main/LICENSE) [![donate](https://img.shields.io/badge/donate-paypal-blue)](https://www.paypal.com/donate/?hosted_button_id=CCEAVYA8DUFD8)

This Azure Pipelines task replaces tokens in text based files with variable values.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test:v5": "mocha tasks/ReplaceTokensV5/dist/tests/L0.js",
"test:v6": "mocha tasks/ReplaceTokensV6/dist/tests/L0.js",
"package": "node scripts/package.js",
"package-public": "node scripts/package.js --public",
"package:public": "node scripts/package.js --public",
"format": "npm run format:v3 && npm run format:v4 && npm run format:v5 && npm run format:v6",
"format:v3": "prettier --write tasks/ReplaceTokensV3/**/*.ts",
"format:v4": "prettier --write tasks/ReplaceTokensV4/**/*.ts",
Expand Down
2 changes: 1 addition & 1 deletion tasks/ReplaceTokensV3/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# [DEPRECATED] ReplaceTokens v3
[![mit license](https://img.shields.io/badge/license-MIT-green)](https://github.com/qetza/replacetokens-action/blob/main/LICENSE) [![donate](https://img.shields.io/badge/donate-paypal-blue)](https://www.paypal.com/donate/?hosted_button_id=CCEAVYA8DUFD8)
[![mit license](https://img.shields.io/badge/license-MIT-green)](https://github.com/qetza/replacetokens-task/blob/main/LICENSE) [![donate](https://img.shields.io/badge/donate-paypal-blue)](https://www.paypal.com/donate/?hosted_button_id=CCEAVYA8DUFD8)

This version of the task is deprecated, use [replacetokens@5](https://github.com/qetza/replacetokens-task/blob/main/tasks/ReplaceTokensV5/README.md) (node10) or [replacetokens@6](https://github.com/qetza/replacetokens-task/blob/main/tasks/ReplaceTokensV6/README.md) (node16) task instead.

Expand Down
2 changes: 1 addition & 1 deletion tasks/ReplaceTokensV4/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# [DEPRECATED] ReplaceTokens v4
[![mit license](https://img.shields.io/badge/license-MIT-green)](https://github.com/qetza/replacetokens-action/blob/main/LICENSE) [![donate](https://img.shields.io/badge/donate-paypal-blue)](https://www.paypal.com/donate/?hosted_button_id=CCEAVYA8DUFD8)
[![mit license](https://img.shields.io/badge/license-MIT-green)](https://github.com/qetza/replacetokens-task/blob/main/LICENSE) [![donate](https://img.shields.io/badge/donate-paypal-blue)](https://www.paypal.com/donate/?hosted_button_id=CCEAVYA8DUFD8)

This version of the task is deprecated, use [replacetokens@5](https://github.com/qetza/replacetokens-task/blob/main/tasks/ReplaceTokensV5/README.md) (node10) or [replacetokens@6](https://github.com/qetza/replacetokens-task/blob/main/tasks/ReplaceTokensV6/README.md) (node16) task instead.

Expand Down
2 changes: 1 addition & 1 deletion tasks/ReplaceTokensV5/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ReplaceTokens v5
[![mit license](https://img.shields.io/badge/license-MIT-green)](https://github.com/qetza/replacetokens-action/blob/main/LICENSE) [![donate](https://img.shields.io/badge/donate-paypal-blue)](https://www.paypal.com/donate/?hosted_button_id=CCEAVYA8DUFD8)
[![mit license](https://img.shields.io/badge/license-MIT-green)](https://github.com/qetza/replacetokens-task/blob/main/LICENSE) [![donate](https://img.shields.io/badge/donate-paypal-blue)](https://www.paypal.com/donate/?hosted_button_id=CCEAVYA8DUFD8)

This Azure Pipelines task replaces tokens in text based files with variable values.

Expand Down
2 changes: 1 addition & 1 deletion tasks/ReplaceTokensV6/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ReplaceTokens v6
[![mit license](https://img.shields.io/badge/license-MIT-green)](https://github.com/qetza/replacetokens-action/blob/main/LICENSE) [![donate](https://img.shields.io/badge/donate-paypal-blue)](https://www.paypal.com/donate/?hosted_button_id=CCEAVYA8DUFD8)
[![mit license](https://img.shields.io/badge/license-MIT-green)](https://github.com/qetza/replacetokens-task/blob/main/LICENSE) [![donate](https://img.shields.io/badge/donate-paypal-blue)](https://www.paypal.com/donate/?hosted_button_id=CCEAVYA8DUFD8)

This Azure Pipelines task replaces tokens in text based files with variable values.

Expand Down

0 comments on commit bc630d3

Please sign in to comment.