Commit 119aae2d authored by Jaak Ristioja's avatar Jaak Ristioja Committed by Facebook Github Bot 6

docs/Overview.md: Fixed 2 hyperlinks.

Summary:
These didn't work properly in GitHub.
Closes https://github.com/facebook/folly/pull/375

Differential Revision: D3281872

Pulled By: elliottneilclark

fbshipit-source-id: b5398267ff5856bb6a7c4a3b963ae5cb47859bc3
parent 9dd251b3
### `folly/` ### `folly/`
For a high level overview see the [README](folly/README.md) For a high level overview see the [README](../../README.md)
### Components ### Components
...@@ -92,7 +92,7 @@ Rabin fingerprinting. ...@@ -92,7 +92,7 @@ Rabin fingerprinting.
A polymorphic wrapper for callables similar to `std::function` but not copyable and therefore able to wrap non-copyable callables, such as lambdas that capture move-only types like `std::unique_ptr` or `folly::Promise`. A polymorphic wrapper for callables similar to `std::function` but not copyable and therefore able to wrap non-copyable callables, such as lambdas that capture move-only types like `std::unique_ptr` or `folly::Promise`.
### [`futures/`](folly/futures/Readme.md) ### [`futures/`](../futures/README.md)
Futures is a framework for expressing asynchronous code in C++ using the Promise/Future pattern. Futures is a framework for expressing asynchronous code in C++ using the Promise/Future pattern.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment