File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -136,15 +136,15 @@ Slack
136
136
"fields" : [
137
137
{
138
138
"type" : " mrkdwn" ,
139
- "text" : " *Project*: <https://readthedocs.org/projects/ ${project.slug }|${project.name}>"
139
+ "text" : " *Project*: <${project.url }|${project.name}>"
140
140
},
141
141
{
142
142
"type" : " mrkdwn" ,
143
143
"text" : " *Version*: ${version.name} (${build.commit})"
144
144
},
145
145
{
146
146
"type" : " mrkdwn" ,
147
- "text" : " *Build*: <https://readthedocs.org/projects/${project.slug}/builds/${ build.id}/|# ${build.id}>"
147
+ "text" : " *Build*: <${ build.url}| ${build.id}>"
148
148
}
149
149
]
150
150
}
@@ -167,12 +167,11 @@ Discord
167
167
{
168
168
"title" : " Build logs" ,
169
169
"url" : " ${build.url}" ,
170
- "description" : " Text message. You can use Markdown here. *Italic* **bold** __underline__ ~~strikeout~~ [hyperlink](https://google.com) `code`" ,
171
170
"color" : 15258703 ,
172
171
"fields" : [
173
172
{
174
173
"name" : " *Project*" ,
175
- "value" : " https://readthedocs.org/projects/ ${project.slug }" ,
174
+ "value" : " ${project.url }" ,
176
175
"inline" : true
177
176
},
178
177
{
@@ -182,7 +181,7 @@ Discord
182
181
},
183
182
{
184
183
"name" : " *Build*" ,
185
- "value" : " https://readthedocs.org/projects/${project.slug}/builds/${ build.id}/ "
184
+ "value" : " ${ build.url} "
186
185
}
187
186
]
188
187
}
You can’t perform that action at this time.
0 commit comments