Skip to content

Commit

Permalink
Merge pull request #180 from pebble-dev/updateDevPortalLinks
Browse files Browse the repository at this point in the history
Update the developer portal links to point to rebble.io/submit
  • Loading branch information
sGerli authored Oct 7, 2020
2 parents 351b6bd + da7c00c commit b4d5ecf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ <h4>We're getting the following message {{ 404 }}</h4>
<footer>
<p>© 2016 Rebble · <a href="#">Contact Us</a> · <a href="#">Terms</a>
</p>
<a class="pull-right" href="#">Developer Portal</a>
<a class="pull-right" href="https://rebble.io/submit/">Developer Portal</a>
</footer>
<!-- jQuery first, then Tether, then Bootstrap JS. -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js" integrity="sha384-3ceskX3iaEnIogmQchP8opvBy3Mi7Ce34nWjpBIwVTHfGYWQS9jwHDVRnpKKHJg7" crossorigin="anonymous"></script>
Expand Down
2 changes: 1 addition & 1 deletion src/components/PageFooter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</div>
<div class="main">
<p>© {{ new Date().getFullYear() }} Rebble · <a v-on:click="openExternal($store.state.config.contactLink)">Contact Us</a> · <a v-on:click="openExternal($store.state.config.tosLink)">Terms</a></p>
<a class="pull-right" v-on:click="openExternal('#')">Developer Portal</a>
<a class="pull-right" v-on:click="openExternal('$store.state.config.devPortalLink')">Developer Portal</a>
</div>
</footer>
</template>
Expand Down
1 change: 1 addition & 0 deletions src/store/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export default {
backendUrl: 'https://appstore-api.rebble.io/api/v1',
devPortalBackendUrl: 'https://appstore-api.rebble.io/api/v0',
tosLink: 'https://rebble.io/tos/',
devPortalLink: 'https://rebble.io/submit/',
contactLink: '',
accessToken: null
}
Expand Down

0 comments on commit b4d5ecf

Please sign in to comment.