Skip to content

Commit

Permalink
Merge pull request #165 from ptrourke/issue/150/StaleURLsForAugmentat…
Browse files Browse the repository at this point in the history
…ionErrorCodes

Change the URLs for the error codes for augmentation errors to point to ...
  • Loading branch information
ptrourke committed Apr 3, 2015
2 parents e337399 + 7ac1257 commit 2320a1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions viewshare/apps/support/fixtures/augmentation_errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@
"pk": 1,
"model": "augment.augmentationerrorcode",
"fields": {
"url": "http://viewshare.org/about/userguide/#s3.2.4.1",
"url": "http://viewshare.uservoice.com/knowledgebase/articles/510903",
"error": "Unable to parse date"
}
},
{
"pk": 2,
"model": "augment.augmentationerrorcode",
"fields": {
"url": "http://viewshare.org/about/userguide/#s3.2.4.1",
"url": "http://viewshare.uservoice.com/knowledgebase/articles/510903",
"error": "No date information found"
}
},
{
"pk": 3,
"model": "augment.augmentationerrorcode",
"fields": {
"url": "http://viewshare.org/about/userguide/#s3.2.4.2",
"url": "http://viewshare.uservoice.com/knowledgebase/articles/510904",
"error": "No address information found"
}
},
{
"pk": 4,
"model": "augment.augmentationerrorcode",
"fields": {
"url": "http://viewshare.org/about/userguide/#s3.2.4.2",
"url": "http://viewshare.uservoice.com/knowledgebase/articles/510904",
"error": "No geolocation possible for address"
}
}]

0 comments on commit 2320a1d

Please sign in to comment.