Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ SVG icons and EHLD diagrams for [Reactome](https://reactome.org/) pathway diagra
- `statics/` - SVG static diagrams (R-HSA-XXXXXX.svg)
- `download_illustrations.py` - Script to download icons and EHLDs from Figma and validate them
- `VERSION` - Current release version number
- `icon-xml-generator.html` - Use this link to access: ([icon-xml-generator](https://reactome.github.io/reactome_illustrations/icon-xml-generator))

## Prerequisites
- Python 3 with `requests` (`pip install requests`)
Expand Down
File renamed without changes.
9 changes: 9 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=icon-xml-generator.html">
</head>
<body>
Redirecting...
</body>
</html>
Loading