mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
11 lines
350 B
HTML
11 lines
350 B
HTML
{% extends "main.html" %}
|
|
|
|
<!-- Content -->
|
|
{% block content %}
|
|
<h1>404 - Not found</h1>
|
|
<br>
|
|
FlatBuffers is currently migrating their documentation system and existing
|
|
links may not work.
|
|
|
|
Please <a href="https://github.com/google/flatbuffers/issues/new?template=404-doc.md">file an issue</a> indicating the broken link.
|
|
{% endblock %} |