Skip to content

Commit c85c9dd

Browse files
committed
fix links
1 parent 4f61e7a commit c85c9dd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
## Tuesday, May 13
66

7-
* [Library in a Week - c++ templating engine](https://github.com/boostcon/cppnow_presentations_2014/files/blob/master/liaw_template_engine_day1.pdf?raw=true)
7+
* [Library in a Week - c++ templating engine](https://github.com/boostcon/cppnow_presentations_2014/blob/master/files/liaw_template_engine_day1.pdf?raw=true)
88
* Keynote: Axiomatic Programming: From Euclidean Deductions to C++ Templates and Beyond
99
* C++14: Through the Looking Glass
1010
* Coroutines, Fibers, and Threads, Oh My
1111
* The Canonical Class
1212
* ConceptClang: Theoretical Advances with Full C++ Concepts
1313
* Generic Programming of Generic Spaces: Compile-Time Geometric Algebra with C++11
1414
* Test-Driven Development With Boost.Test and Turtle Mock, Part I
15-
* Removing undefined behavior from integer operations: the bounded::integer library | [OPD File](https://github.com/boostcon/cppnow_presentations_2014/files/blob/master/optimization_boost_asio.opd?raw=true)
15+
* Removing undefined behavior from integer operations: the bounded::integer library | [OPD File](https://github.com/boostcon/cppnow_presentations_2014/blob/master/files/optimization_boost_asio.opd?raw=true)
1616
* Value Semantics and Range Algorithms - Composability and Efficiency
1717
* Test-Driven Development With Boost.Test and Turtle Mock, Part II
1818
* Preparing the C++11 Library AFIO for Boost Peer Review
@@ -22,14 +22,14 @@
2222

2323
* Library in a Week - c++ templating engine Release Management
2424
* MPL11: A New Metaprogramming Library for C++11
25-
* [The Optimization of a Boost.Asio-Based Networking Server](https://github.com/boostcon/cppnow_presentations_2014/files/blob/master/optimization_boost_asio.pdf?raw=true) | [Keynote File](https://github.com/boostcon/cppnow_presentations_2014/files/blob/master/optimization_boost_asio.pdf?raw=true)
25+
* [The Optimization of a Boost.Asio-Based Networking Server](https://github.com/boostcon/cppnow_presentations_2014/blob/master/files/optimization_boost_asio.pdf?raw=true) | [Keynote File](https://github.com/boostcon/cppnow_presentations_2014/blob/master/files/optimization_boost_asio.pdf?raw=true)
2626
* Undefined Behavior in C++; what is it, and why should I care
2727
* Mach7: The Design and Evolution of a Pattern Matching Library for C++
2828
* Practical Type Erasure: A boost::any Based Configuration Framework
29-
* [A Tutorial Introduction to C++11/14 Part I](https://github.com/boostcon/cppnow_presentations_2014/files/blob/master/tutorial_intro_cpp_11_14.pdf?raw=true)
29+
* [A Tutorial Introduction to C++11/14 Part I](https://github.com/boostcon/cppnow_presentations_2014/blob/master/files/tutorial_intro_cpp_11_14.pdf?raw=true)
3030
* C++11 in Space Plasma Model Development
3131
* C++11 Library Design
32-
* [A Tutorial Introduction to C++11/14 Part II](https://github.com/boostcon/cppnow_presentations_2014/files/blob/master/tutorial_intro_cpp_11_14.pdf?raw=true)
32+
* [A Tutorial Introduction to C++11/14 Part II](https://github.com/boostcon/cppnow_presentations_2014/blob/master/files/tutorial_intro_cpp_11_14.pdf?raw=true)
3333
* Goals for Better Code: Implement Complete Types
3434
* Multiplatform C++
3535
* Octopus: A Policy-Driven Framework for CFD Simulations
@@ -59,7 +59,7 @@
5959
* Intro to Functional Programming in C++
6060
* Managing Object Lifetimes
6161
* 0xBADC0DE
62-
* [Expected — An Exception-friendly Error Monad](https://github.com/boostcon/cppnow_presentations_2014/files/blob/master/tutorial_intro_cpp_11_14.pdf?raw=true)
62+
* [Expected — An Exception-friendly Error Monad](https://github.com/boostcon/cppnow_presentations_2014/blob/master/files/tutorial_intro_cpp_11_14.pdf?raw=true)
6363
* Lifetime and Usage of Global, Thread-local, and Static Data
6464
* Functional Data Structures in C++
6565
* Asynchronous Programming Using Boost.MetaStateMachine and the Upcoming Asynchronous Library

0 commit comments

Comments
 (0)