diff --git a/content/attribute_precedence.md b/content/attribute_precedence.md
index b1a8a4d3ea..492e16039f 100644
--- a/content/attribute_precedence.md
+++ b/content/attribute_precedence.md
@@ -41,7 +41,14 @@ precedence:
 
 Attribute precedence, when viewed as a table:
 
-![image](/images/overview_chef_attributes_table.png)
+|                | Attribute Files | Node/Recipe | Environment | Role | Ohai Data |
+|----------------|-----------------|-------------|-------------|------|-----------|
+| default        | 1               | 2           | 3           | 4    |           |
+| force_default  | 5               | 6           |             |      |           |
+| normal         | 7               | 8           |             |      |           |
+| override       | 9               | 10          | 12          | 11   |           |
+| force_override | 13              | 14          |             |      |           |
+| automatic      |                 |             |             |      | 15        |
 
 ## Examples
 
diff --git a/static/images/overview_chef_attributes_table.png b/static/images/overview_chef_attributes_table.png
deleted file mode 100644
index fb8cbe1048..0000000000
Binary files a/static/images/overview_chef_attributes_table.png and /dev/null differ