summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content/posts/WIP-freecad-and-git/index.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/posts/WIP-freecad-and-git/index.org b/content/posts/WIP-freecad-and-git/index.org
index fb80c24..a818a32 100644
--- a/content/posts/WIP-freecad-and-git/index.org
+++ b/content/posts/WIP-freecad-and-git/index.org
@@ -1,4 +1,4 @@
-#+TITLE: Freecad and Git
+#+TITLE: FreeCAD and Git
#+DATE: 2021-03-23T01:23:58-04:00
#+DRAFT: true
#+DESCRIPTION:
@@ -31,7 +31,7 @@ The main component of this workaround is a great little script called
something called a [[https://git-scm.com/docs/gitattributes#_filter][filter attribute]].
The second isn't as much a tool as it is a snippet from a [[https://tante.cc/2010/06/23/managing-zip-based-file-formats-in-git/][blog post]]
-about diffing zip files using a [[https://git-scm.com/docs/gitattributes#_diff][different]] attribute. By combining both
+about diffing zip files using the [[https://git-scm.com/docs/gitattributes#_diff][=diff=]] attribute. By combining both
these methods we can arrive at a pretty good method of handling
FreeCAD save data.