|
2 | 2 | <html lang="en">
|
3 | 3 | <head>
|
4 | 4 | <title>cpp-netlib: Development Process</title>
|
5 |
| - <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen"> |
6 |
| - <link href="bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet"> |
| 5 | + <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css"> |
| 6 | + <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css"> |
7 | 7 | <link href="static/cpp-netlib.css" rel="stylesheet">
|
8 | 8 | </head>
|
9 | 9 | <body data-spy="scroll" data-target=".cpp-netlib-docs-sidebar">
|
@@ -63,7 +63,8 @@ <h1>Introduction</h1>
|
63 | 63 | <div class="page-header">
|
64 | 64 | <h1>Pull Requests</h1>
|
65 | 65 | </div>
|
66 |
| - <p>The maintainers of the project review and merge <a href="" |
| 66 | + <p>The maintainers of the project review and merge <a |
| 67 | + href="https://help.github.com/articles/using-pull-requests" |
67 | 68 | target="_blank">Pull Requests</a> (from here on out referred to
|
68 | 69 | as PR's) from contributors using the GitHub Pull Request feature.
|
69 | 70 | This allows the project to move forward using the Git distributed
|
@@ -195,8 +196,8 @@ <h3>Patch Releases</h3>
|
195 | 196 | href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</p>
|
196 | 197 | </div>
|
197 | 198 | </footer>
|
198 |
| - <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> |
199 |
| - <script src="bootstrap/js/bootstrap.min.js"></script> |
| 199 | + <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> |
| 200 | + <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script> |
200 | 201 | <script type="text/javascript">
|
201 | 202 | var _gaq = _gaq || [];
|
202 | 203 | _gaq.push(['_setAccount', 'UA-19815738-1']);
|
|
0 commit comments