Skip to content

Commit

Permalink
Update links in readme, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed May 13, 2017
1 parent c64059b commit 6859360
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright 2016 Jeroen Ooms
Copyright 2017 Jeroen Ooms

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -2,12 +2,12 @@

##### *A System for Embedded Scientific Computing and Reproducible Research with R*

[![Build Status](https://travis-ci.org/jeroen/opencpu.svg?branch=master)](https://travis-ci.org/jeroen/opencpu)
[![Build Status](https://travis-ci.org/opencpu/opencpu.svg?branch=master)](https://travis-ci.org/opencpu/opencpu)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/jeroen/opencpu?branch=master&svg=true)](https://ci.appveyor.com/project/jeroen/opencpu)
[![Coverage Status](https://codecov.io/github/jeroen/opencpu/coverage.svg?branch=master)](https://codecov.io/github/jeroen/opencpu?branch=master)
[![Coverage Status](https://codecov.io/github/opencpu/opencpu/coverage.svg?branch=master)](https://codecov.io/github/opencpu/opencpu?branch=master)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/opencpu)](http://cran.r-project.org/package=opencpu)
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/opencpu)](http://cran.r-project.org/web/packages/opencpu/index.html)
[![Github Stars](https://img.shields.io/github/stars/jeroen/opencpu.svg?style=social&label=Github)](https://github.com/jeroen/opencpu)
[![Github Stars](https://img.shields.io/github/stars/opencpu/opencpu.svg?style=social&label=Github)](https://github.com/opencpu/opencpu)

> The OpenCPU system exposes an http API for embedded scientific
computing with R. The server can run either as a single-user development
Expand Down
8 changes: 4 additions & 4 deletions inst/test/index.html
Expand Up @@ -75,7 +75,7 @@
<li><a target="_blank" href="https://www.opencpu.org/apps.html">Example Apps</a></li>
<li><a target="_blank" href="https://www.opencpu.org/jslib.html">JavaScript Client</a></li>
<li><a target="_blank" href="http://jeroenooms.github.com/opencpu-manual/opencpu-server.pdf">PDF manual</a></li>
<li><a target="_blank" href="http://github.com/jeroen/opencpu">Source Code</a></li>
<li><a target="_blank" href="http://github.com/opencpu/opencpu">Source Code</a></li>
</ul>
</div>
<!--/.nav-collapse -->
Expand Down Expand Up @@ -112,7 +112,7 @@
</div>
</div>
</div>

<div id="urlwrapper" class="span4">
<div class="control-group">
<label class="control-label" for="urlvalue">Endpoint</label>
Expand Down Expand Up @@ -165,7 +165,7 @@
</form>

<div id="errordiv"></div>

<div class="alert alert-info">
<a class="close" data-dismiss="alert">&times;</a> <strong>Welcome!</strong>
Use this simple page to poke around at the API.
Expand All @@ -192,6 +192,6 @@
<script src="jquery-1.10.2.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<script src="debug.js"></script>

</body>
</html>

0 comments on commit 6859360

Please sign in to comment.