Skip to content

Commit

Permalink
Fix https connection
Browse files Browse the repository at this point in the history
  • Loading branch information
pevisscher committed Aug 13, 2016
1 parent 641bc1e commit 4fc7727
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# BSPLib
[BSPLib](https://wwww.bsplib.eu) is a fast, and easy to use C++ implementation of the Bulk Synchronous Parallel (BSP) threading model. This model is mainly used in the scientific computing field, but can also be applied more general in computer science. This library includes an extended version the standard BSP interface to perform better, and made it more easy to use.
[BSPLib](http://bsplib.eu) is a fast, and easy to use C++ implementation of the Bulk Synchronous Parallel (BSP) threading model. This model is mainly used in the scientific computing field, but can also be applied more general in computer science. This library includes an extended version the standard BSP interface to perform better, and made it more easy to use.

# Status
OS | Status
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The whole library is header only, so for usage in your own code you should clone
After this you can use the include `#include "bsp/bsp.h"` in your code to start using the library.

## Usage
For detailed usage, please visit [BSPLib](https://www.bsplib.eu).
For detailed usage, please visit [BSPLib](http://bsplib.eu).

**Example**

Expand Down

0 comments on commit 4fc7727

Please sign in to comment.