Skip to content

Commit

Permalink
Update FIWARE CSS to avoid redirect URL (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox authored and chicco785 committed Sep 11, 2019
1 parent fbf2d36 commit 996dcd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edit_uri: 'edit/master/docs/manuals'
docs_dir: docs/manuals
theme: readthedocs
markdown_extensions: [toc,fenced_code]
extra_css: ["https://fiware.org/style/fiware_readthedocs.css", "https://fiware.org/style/fiware_readthedocs_core.css"]
extra_css: ["https://www.fiware.org/style/fiware_readthedocs.css", "https://www.fiware.org/style/fiware_readthedocs_core.css"]
nav:
- Home: index.md
- 'User & Programmers Manual':
Expand Down

0 comments on commit 996dcd9

Please sign in to comment.