Skip to content

Commit

Permalink
Merge pull request #20 from googlefonts/issue-19-fix-links
Browse files Browse the repository at this point in the history
Update links
  • Loading branch information
ollimeier authored May 2, 2024
2 parents 0b758cf + d60d3df commit a4ff1f0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Fontra User Docs

[web preview](https://gferreira.github.io/fontra-docs/)
[web preview](https://docs.fontra.xyz/)



Expand All @@ -24,4 +24,8 @@

5. open the server adress you find in the terminal output, similar to:

`> Server address: http://127.0.0.1:4000/`
`> Server address: http://127.0.0.1:4000/`


# Credits
[Gustavo Ferreira](https://github.com/gferreira) initiated this documentation
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
title: Fontra Docs
email: gustavo@hipertipo.com
email: hello@black-foundry.com
description: Fontra user documentation
baseurl: ""
url: https://gferreira.github.io/fontra-docs
url: https://googlefonts.github.io/fontra-docs

collections:
explanations:
Expand Down
4 changes: 2 additions & 2 deletions _explanations/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ order : 2
- additional styles are written in [Sass] (for example custom font, custom classes, icon, etc.)
- the website is updated automatically at every commit to the `main` branch of the repository

[fontra-docs]: http://github.com/gferreira/fontra-docs
[fontra-docs]: http://github.com/googlefonts/fontra-docs
[Jekyll]: http://jekyllrb.com/
[GitHub Pages]: http://pages.github.com/
[kramdown]: http://kramdown.gettalong.org/index.html
Expand All @@ -59,7 +59,7 @@ order : 2
if you see a mistake or would like to propose an improvement:

- create an issue on the `fontra-docs` repository
- send a message on [Discord](#) with the label `docs`
- send a message on [Discord](https://discord.gg/SeZWugEYzd) with the label `docs`
- fork the `fontra-docs` repository and submit a pull request
{% endcomment %}

Expand Down
3 changes: 1 addition & 2 deletions css/style.sass
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ main, footer
text-decoration: none
&:hover
border-bottom: solid 1px
a[href*="//"]:not([href*="localhost:4000"]),
a[href*="//"]:not([href*="gferreira.github.io/fontra-docs"])
a[href*="//"]:not([href*="{{ site.url }}"])
&:not(.page-link)
&:hover
border-bottom-width: 3px !important
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Links
- [fontra-rcjk](http://github.com/googlefonts/fontra-rcjk)
- [fontra-glyphs](http://github.com/googlefonts/fontra-glyphs)
- [fontra-compile](http://github.com/googlefonts/fontra-compile)
- [fontra-docs](http://github.com/gferreira/fontra-docs)
- [fontra-docs](http://github.com/googlefonts/fontra-docs)
</div>
<div class="col-sm" markdown="1">
##### Downloads
Expand Down

0 comments on commit a4ff1f0

Please sign in to comment.