Change docs links, add to footer

master
Tanner Collin 4 years ago
parent 8a3b09ed9b
commit 32bfb49152
  1. 6
      README.md
  2. 3
      webclient/src/Footer.js

@ -2,15 +2,15 @@
Spaceport is Calgary Protospace's member portal. It tracks membership, courses, training, access cards, and more.
Demo: https://spaceport.dns.t0.vc
Live: https://my.protospace.ca
## Documentation
https://docs.spaceport.dns.t0.vc/
https://docs.my.protospace.ca
## Development Setup
https://docs.spaceport.dns.t0.vc/dev.html
https://docs.my.protospace.ca/dev.html
## License

@ -34,6 +34,9 @@ export function Footer() {
<a href='https://github.com/Protospace' target='_blank' rel='noopener noreferrer' aria-label='link to our github'>
<Icon name='github' size='large' />
</a>
<a href='https://docs.my.protospace.ca' target='_blank' rel='noopener noreferrer' aria-label='link to our docs'>
<Icon name='book' size='large' />
</a>
</p>
<p>© 2020 Calgary Protospace Ltd.</p>

Loading…
Cancel
Save