Skip to content
Snippets Groups Projects
links.js 339 B
Newer Older
export default {
  gitlab: {
    url: 'https://gitlab.com/bloodyhealth/drip',
    text: 'GitLab'
  },
  email: {
    url: 'mailto:bloodyhealth@mailbox.org',
    text: 'email'
  },
  wiki: {
    url: 'https://gitlab.com/bloodyhealth/drip/wikis/home',
emelko's avatar
emelko committed
    text: 'our wiki'
  },
  website: {
    url: 'https://bloodyhealth.gitlab.io/'
  },
}