diff --git a/doc/developer/git_branches.svg b/doc/developer/git_branches.svg
deleted file mode 100644
index 0c2c96e39e..0000000000
--- a/doc/developer/git_branches.svg
+++ /dev/null
@@ -1,720 +0,0 @@
-
-
diff --git a/doc/developer/workflow.rst b/doc/developer/workflow.rst
index b5844d073b..88ae7ef761 100644
--- a/doc/developer/workflow.rst
+++ b/doc/developer/workflow.rst
@@ -17,7 +17,11 @@ Git Structure
The master Git for FRR resides on `Github
`__.
-.. figure:: git_branches.png
+.. figure:: ../figures/git_branches.png
+ :align: right
+ :alt: merging get branches into a central trunk
+
+ Rough outline of FRR development workflow
There is one main branch for development, ``master``. For each major release
(2.0, 3.0 etc) a new release branch is created based on the master. Subsequent
diff --git a/doc/developer/git_branches.png b/doc/figures/git_branches.png
similarity index 100%
rename from doc/developer/git_branches.png
rename to doc/figures/git_branches.png