Skip to content

Commit bf98d21

Browse files
committed
fixed links to stages
1 parent f865d63 commit bf98d21

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

scripts/publish_api_docs_android.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,16 @@ createPullRequest() {
129129
<br/>**Staging**:
130130
<br/> mapbox-java-core:
131131
<a href='https://github.com/mapbox/mapbox-java/tree/publisher-staging/libjava-core/${VERSION_NUMBER}'>staging github</a>
132+
<a href='https://docs.tilestream.net/android/java/api/libjava-core/${VERSION_NUMBER}'>staging docs</a>
132133
<br/>mapbox-java-geojson:
133134
<a href='https://github.com/mapbox/mapbox-java/tree/publisher-staging/libjava-geojson/${VERSION_NUMBER}'>staging github</a>
135+
<a href='https://docs.tilestream.net/android/java/api/libjava-geojson/${VERSION_NUMBER}'>staging docs</a>
134136
<br/>mapbox-java-turf:
135137
<a href='https://github.com/mapbox/mapbox-java/tree/publisher-staging/libjava-turf/${VERSION_NUMBER}'>staging github</a>
138+
<a href='https://docs.tilestream.net/android/java/api/libjava-turf/${VERSION_NUMBER}'>staging docs</a>
136139
<br/>mapbox-java-services:
137-
<a href='https://github.com/mapbox/mapbox-java/tree/publisher-staging/libjava-core/${VERSION_NUMBER}'>staging github</a>
140+
<a href='https://github.com/mapbox/mapbox-java/tree/publisher-staging/libjava-services/${VERSION_NUMBER}'>staging github</a>
141+
<a href='https://docs.tilestream.net/android/java/api/libjava-services/${VERSION_NUMBER}'>staging docs</a>
138142
<br/>**cc** @mapbox/navigation-android" \
139143
--base ${DOCS_BASE_BRANCH_NAME_PRODUCTION} \
140144
--head ${BRANCH_NAME} \

0 commit comments

Comments
 (0)