Rename link to url (#2812)

As of https://woodpecker-ci.org/docs/next/usage/terminiology#conventions
This commit is contained in:
qwerty287
2023-11-14 17:12:12 +01:00
committed by GitHub
parent 451b71dcd4
commit 342b25826c
45 changed files with 198 additions and 146 deletions

View File

@@ -3963,12 +3963,12 @@ const docTemplate = `{
"finished_at": {
"type": "integer"
},
"forge_url": {
"type": "string"
},
"id": {
"type": "integer"
},
"link_url": {
"type": "string"
},
"message": {
"type": "string"
},
@@ -4111,6 +4111,9 @@ const docTemplate = `{
"description": "ForgeRemoteID is the unique identifier for the repository on the forge.",
"type": "string"
},
"forge_url": {
"type": "string"
},
"full_name": {
"type": "string"
},
@@ -4120,9 +4123,6 @@ const docTemplate = `{
"id": {
"type": "integer"
},
"link_url": {
"type": "string"
},
"name": {
"type": "string"
},