Skip to content

Commit b9b6a90

Browse files
Changed the GitHub repo URL after ownership transfer
1 parent 894997b commit b9b6a90

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

config/en/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: General On-Demand Feed Specification
22
site_url: https://gofs.org
3-
repo_url: https://github.com/GOFS-lite/GOFS-lite
3+
repo_url: https://github.com/MobilityData/GOFS
44
repo_name: GOFS Repository
55
docs_dir: ../../docs/en # Where to find the markdown files
66
site_dir: ../../generated/ # Where to put the HTML files

overrides/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<div class="tx-hero">
2323
<div>
2424
<p class="hero-text">{{text.t("pageTitle")}}</p>
25-
<a href="https://github.com/GOFS-lite/GOFS-lite" target="_blank"
25+
<a href="https://github.com/MobilityData/GOFS" target="_blank"
2626
title="{{ page.next_page.title | striptags }}" class="md-button md-button--primary"
2727
style="margin-top: 0px; text-decoration: none;">
2828
{{text.t("gofsRepoButton")}}
@@ -252,7 +252,7 @@ <h3 class="gofs-faq__title">{{text.t("section4block4")}}</h3>
252252
</div>
253253
</div>
254254
<div style="text-align: center; margin-top: 50px;">
255-
<a href="https://github.com/GOFS-lite/GOFS-lite" target="_blank" title="{{ page.next_page.title | striptags }}"
255+
<a href="https://github.com/MobilityData/GOFS" target="_blank" title="{{ page.next_page.title | striptags }}"
256256
class="md-button md-button--primary" style="margin-top: 0px; text-decoration: none;">
257257
{{text.t("gofsRepoButton")}}
258258
</a>

overrides/locales/en.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"preSection1Para": 'GOFS provides real-time information about point-to-point, demand-responsive service within a zone, using a lightweight, easy-to-implement format. It serves a distinct purpose from GTFS-Flex or other data standards and extensions.',
66
"section1Title": 'Which standard(s) should be used for which types of transportation?',
77
"section1Subtitle1": 'Taxi / Ridehail',
8-
"section1TextBlock1": '<a href="https://github.com/GOFS-lite/GOFS-lite" target="_blank">GOFS</a>',
8+
"section1TextBlock1": '<a href="https://github.com/MobilityData/GOFS" target="_blank">GOFS</a>',
99
"section1Subtitle2": 'Demand-responsive transit:',
1010
"section1Subtitle2part2": 'Zone based (“Microtransit”)',
11-
"section1TextBlock2": '<a href="https://github.com/GOFS-lite/GOFS-lite" target="_blank">GOFS</a> (includes real-time)</br>or&nbsp;<a href="https://gtfs.org/documentation/schedule/examples/flex/#on-demand-services-within-a-single-zone">GTFS-Flex (zone)</a> (static only)',
11+
"section1TextBlock2": '<a href="https://github.com/MobilityData/GOFS" target="_blank">GOFS</a> (includes real-time)</br>or&nbsp;<a href="https://gtfs.org/documentation/schedule/examples/flex/#on-demand-services-within-a-single-zone">GTFS-Flex (zone)</a> (static only)',
1212
"section1Subtitle3": 'Demand-responsive transit:',
1313
"section1Subtitle3part2": 'Predefined routes with deviation',
1414
"section1Subtitle3part3": 'Fixed stops',
@@ -25,17 +25,17 @@
2525
"section2Title": 'Microtransit:</br>When to use GOFS vs. GTFS-Flex?',
2626
"section2Subtitle": '<strong>Agencies may elect to use either or both standards for zone-based demand-responsive transit (“microtransit”).</strong>',
2727
"section2block1": 'GOFS is hosted in a separate dataset from fixed-route information but may allow for simpler implementation and includes additional functionally like estimated realtime pricing and availability.',
28-
"section2block2": '<strong>Apps supporting:</br>See <a href="https://github.com/GOFS-lite/GOFS-lite">GOFS consumers.csv</a></strong>',
28+
"section2block2": '<strong>Apps supporting:</br>See <a href="https://github.com/MobilityData/GOFS">GOFS consumers.csv</a></strong>',
2929
"section2block3": '<a href="https://gtfs.org/documentation/schedule/examples/flex/#on-demand-services-within-a-single-zone">GTFS-Flex</a> represents service information for trip planning in a single dataset alongside the rest of the agency’s fixed-route data. It does not include real-time information.',
3030
"section2block4": '<strong>Apps supporting:</br>See <a href="https://gtfs.org/community/extensions/flex/#adoption-tracker">GTFS-Flex adoption tracker</a>.</strong>',
3131
"section3Title": 'What about other types of transportation services?',
32-
"section3Subtitle": 'A number of additional use cases were identified by the initial GOFS Working Group. We encourage discussion about implementation of these use cases in the <a href="https://github.com/GOFS-lite/GOFS-lite" target="_blank">GOFS GitHub repo</a>.',
32+
"section3Subtitle": 'A number of additional use cases were identified by the initial GOFS Working Group. We encourage discussion about implementation of these use cases in the <a href="https://github.com/MobilityData/GOFS" target="_blank">GOFS GitHub repo</a>.',
3333
"gofsRepoButton": 'GOFS GitHub repo',
3434
"section4Title": 'Key Questions on Using and Implementing GOFS',
3535
"section4block1": 'What about deeper integrations including open booking APIs?',
36-
"section4block1a": 'A handful of emerging pilot projects exist. We encourage discussion about implementation of these use cases in the <a href="https://github.com/GOFS-lite/GOFS-lite">GOFS GitHub repo</a>.',
36+
"section4block1a": 'A handful of emerging pilot projects exist. We encourage discussion about implementation of these use cases in the <a href="https://github.com/MobilityData/GOFS">GOFS GitHub repo</a>.',
3737
"section4block2": 'How do I get started using GOFS? Where is there documentation?',
38-
"section4block2a": 'Consult the official <a href="https://github.com/GOFS-lite/GOFS-lite">GOFS specification on GitHub</a> to understand the required data fields and structure for your on-demand service, then develop a process to generate this data accurately from your operational systems.',
38+
"section4block2a": 'Consult the official <a href="https://github.com/MobilityData/GOFS">GOFS specification on GitHub</a> to understand the required data fields and structure for your on-demand service, then develop a process to generate this data accurately from your operational systems.',
3939
"section4block3": 'What’s the level of effort to implement GOFS?',
4040
"section4block3a": 'Generally medium-to-low effort: existing technology systems usually already have the required data. Data producers should focus on understanding the GOFS standard and accurately transforming existing service data into GOFS.',
4141
"section4block4": 'Why open data standards?',

0 commit comments

Comments
 (0)