Skip to content

Commit

Permalink
Fix invalid blog references.
Browse files Browse the repository at this point in the history
  • Loading branch information
nfrechette committed Jun 14, 2015
1 parent 6388b25 commit abd7a17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/gin/allocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ namespace gin
// with this function).
//
// See here for more details:
// http://nfrechette.github.io/2014/05/11/memory_allocator_interface/
// http://nfrechette.github.io/2015/05/11/memory_allocator_interface/
////////////////////////////////////////

class Allocator
Expand Down
2 changes: 1 addition & 1 deletion include/gin/vmem_linear_allocator.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ namespace gin
// The allocator is not thread-safe.
//
// See here for more details:
// http://nfrechette.github.io/2014/05/21/linear_allocator/
// http://nfrechette.github.io/2015/06/11/vmem_linear_allocator/
////////////////////////////////////////

template<typename SizeType>
Expand Down

0 comments on commit abd7a17

Please sign in to comment.