File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ {% extends "main.html" %}
2+
3+ <!-- Content -->
4+ {% block content %}
5+ < h1 > 404 - Not found</ h1 >
6+ < br >
7+ FlatBuffers is currently migrating their documentation system and existing
8+ links may not work.
9+
10+ Please < a href ="https://github.com/google/flatbuffers/issues/new?template=404-doc.md "> file an issue</ a > indicating the broken link.
11+ {% endblock %}
Original file line number Diff line number Diff line change 22
33<!-- Announcement bar -->
44{% block announce %}
5- View old documentation at < a href ="https://dbaileychess.github.io/flatbuffers "> https://dbaileychess.github.io/flatbuffers </ a >
5+ Documentation migration in progress, view snapshot of the old documentation < a href ="https://dbaileychess.github.io/flatbuffers "> here. </ a >
66{% endblock %}
You can’t perform that action at this time.
0 commit comments