Skip to content

Commit

Permalink
feat: Update references to Dataset Publishing Guidelines from #1601 (#…
Browse files Browse the repository at this point in the history
…1609)

* Update MixedCaseRecommendedFieldNotice.java

* Update SectionRefLink.svelte

* Update ExpiredCalendarValidator.java

* format fix

---------

Co-authored-by: David Gamez <1192523+davidgamez@users.noreply.github.com>
  • Loading branch information
emmambd and davidgamez committed Nov 28, 2023
1 parent fe69b97 commit 26864ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
urls = {
@UrlRef(
label = "Best Practices for All Files",
url =
"https://gtfs.org/schedule/best-practices/#practice-recommendations-organized-by-file")
url = "https://gtfs.org/schedule/reference/#file-requirements")
})
public class MixedCaseRecommendedFieldNotice extends ValidationNotice {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public void validate(NoticeContainer noticeContainer) {
urls = {
@UrlRef(
label = "Dataset Publishing & General Practices",
url = "https://gtfs.org/schedule/best-practices/#dataset-publishing-general-practices")
url = "https://gtfs.org/schedule/reference/#dataset-publishing-general-practices")
})
static class ExpiredCalendarNotice extends ValidationNotice {

Expand Down
2 changes: 1 addition & 1 deletion web/client/src/routes/rules.html/SectionRefLink.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
'dataset-publishing-general-practices': {
label: 'Dataset Publishing & General Practices',
url: 'https://gtfs.org/schedule/best-practices/#dataset-publishing-general-practices',
url: 'https://gtfs.org/schedule/reference/#dataset-publishing-general-practices',
},
'field-definitions': {
label: 'Field Definitions',
Expand Down

0 comments on commit 26864ec

Please sign in to comment.