Skip to content

Commit 0f50c2a

Browse files
Update blog link.
1 parent 3d5331e commit 0f50c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ I worked on a complete reflection pipeline starting in the summer of 2015 for a
55

66
I created a blog where I talk more in detail about the process and try to share my experiences as best as possible. You can find the blog here -
77

8-
http://austinbrunkhorst.com/blog/category/reflection/
8+
http://blog.austinbrunkhorst.com/cpp-reflection-part-1/
99

1010
## Building
1111
There are three buildable sections in this repository - [Runtime](https://github.com/AustinBrunkhorst/CPP-Reflection/tree/master/Source/Runtime), [Parser](https://github.com/AustinBrunkhorst/CPP-Reflection/tree/master/Source/Parser) and [Examples](https://github.com/AustinBrunkhorst/CPP-Reflection/tree/master/Examples). I setup an environment for building using CMake - yes it's insane but it's also awesome so let's just go with it. All examples are assuming you're working from the root of this repository.

0 commit comments

Comments
 (0)