Skip to content

Commit

Permalink
Faasm org
Browse files Browse the repository at this point in the history
  • Loading branch information
Shillaker committed Sep 28, 2020
1 parent e3da5ab commit 1260ff8
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,4 +1,4 @@
# Faabric ![Faabric tests](https://github.com/Shillaker/faabric/workflows/Tests/badge.svg) ![License](https://img.shields.io/github/license/Shillaker/faabric.svg)
# Faabric ![Faabric tests](https://github.com/faasm/faabric/workflows/Tests/badge.svg) ![License](https://img.shields.io/github/license/faasm/faabric.svg)

Faabric provides collective communication and state to build distributed
applications from serverless functions.
Expand Down
2 changes: 1 addition & 1 deletion tests/test/util/test_files.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ namespace tests {
// Skip if we're in CI
if(conf.hostType != "ci") {
std::string localPath = "/usr/local/code/faabric/LICENSE.md";
std::string url = "https://raw.githubusercontent.com/Shillaker/faabric/master/LICENSE.md";
std::string url = "https://raw.githubusercontent.com/faasm/faabric/master/LICENSE.md";

std::vector<uint8_t> expectedBytes = faabric::util::readFileToBytes(localPath);
std::vector<uint8_t> actualBytes = faabric::util::readFileFromUrl(url);
Expand Down

0 comments on commit 1260ff8

Please sign in to comment.