Skip to content

Commit 3d9f023

Browse files
author
Matthew Jackowski
committed
Fixed Transifex resource urls
1 parent 95e3f2c commit 3d9f023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zendesk-app/lib/syncUtil.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = {
2626
"zd_object_id": articles[i].id,
2727
"zd_object_url": articles[i].url,
2828
"zd_outdated": articles[i].outdated,
29-
"tx_resource_url": project + "resource/articles-" + articles[i].id,
29+
"tx_resource_url": project + "articles-" + articles[i].id,
3030
"tx_completed": tc,
3131
"title_string": articles[i].name
3232
};

0 commit comments

Comments
 (0)