Skip to content

Commit 02704e0

Browse files
Update README.md
1 parent cc8fe43 commit 02704e0

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
@@ -13,7 +13,7 @@ I worked on a complete reflection pipeline starting in the summer of 2015 for a
1313

1414
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 -
1515

16-
https://blog.austinbrunkhorst.com/cpp-reflection-part-1/
16+
https://austinbrunkhorst.com/cpp-reflection-part-1/
1717

1818
## Building
1919
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)