Housekeeping (#100)
* Fix redis documentation link address * Clean grammar and stray apostrophe characters
This commit is contained in:
committed by
Kasra Bigdeli
parent
14ffb08e59
commit
d605cd6b11
@@ -136,20 +136,20 @@
|
||||
"id": "$$cap_postgres_version",
|
||||
"label": "Postgres Version Tag",
|
||||
"defaultValue": "9.6",
|
||||
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/postgres/tags/",
|
||||
"description": "Check out their Docker page for the valid tags https://hub.docker.com/r/library/postgres/tags/",
|
||||
"validRegex": "/^([^\\s^\\/])+$/"
|
||||
},
|
||||
{
|
||||
"id": "$$cap_redis_version",
|
||||
"label": "Redis Version Tag",
|
||||
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/redis/tags/",
|
||||
"description": "Check out their Docker page for the valid tags https://hub.docker.com/r/library/redis/tags/",
|
||||
"defaultValue": "3.2-alpine",
|
||||
"validRegex": "/^([^\\s^\\/])+$/"
|
||||
},
|
||||
{
|
||||
"id": "$$cap_sentry_version",
|
||||
"label": "Sentry Version Tag",
|
||||
"description": "Checkout their docker page for the valid tags https://hub.docker.com/_/sentry/",
|
||||
"description": "Check out their Docker page for the valid tags https://hub.docker.com/_/sentry/",
|
||||
"defaultValue": "9.1.0",
|
||||
"validRegex": "/^([^\\s^\\/])+$/"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user