From 9ead05bf1fee505cb93af041aeb432df395295e6 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 8 Dec 2018 17:23:08 +0000 Subject: [PATCH] Update repository links to account for loot-api -> libloot rename --- .travis.yml | 2 +- README.md | 6 +++--- appveyor.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8bbe3a28..1673cec0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -83,7 +83,7 @@ deploy: - build/libloot.tar.xz skip_cleanup: true on: - repo: loot/loot-api + repo: loot/libloot tags: true notifications: diff --git a/README.md b/README.md index 53acbdb2..e2ad7178 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # libloot -[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/48a540m7ywuqcl3b/branch/dev?svg=true)](https://ci.appveyor.com/project/LOOT/loot-api/branch/dev) -[![Travis Build Status](https://travis-ci.org/loot/loot-api.svg?branch=dev)](https://travis-ci.org/loot/loot-api) +[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/48a540m7ywuqcl3b/branch/dev?svg=true)](https://ci.appveyor.com/project/LOOT/libloot/branch/dev) +[![Travis Build Status](https://travis-ci.org/loot/libloot.svg?branch=dev)](https://travis-ci.org/loot/libloot) [![Documentation Status](https://readthedocs.org/projects/loot-api/badge/?version=latest)](http://loot-api.readthedocs.io/en/latest/?badge=latest) ## Introduction @@ -14,7 +14,7 @@ libloot provides access to LOOT's metadata and sorting functionality, and the LO ## Downloads -Releases are hosted on [GitHub](https://github.com/loot/loot-api/releases), and snapshot builds are available on [Bintray](https://bintray.com/loot/snapshots/libloot). The snapshot build archives are named like so: +Releases are hosted on [GitHub](https://github.com/loot/libloot/releases), and snapshot builds are available on [Bintray](https://bintray.com/loot/snapshots/libloot). The snapshot build archives are named like so: ``` libloot---g_-.7z diff --git a/appveyor.yml b/appveyor.yml index 2a1ec861..f089ad0a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -97,7 +97,7 @@ deploy: appveyor_repo_tag: true on_success: - - ps: python "$env:APPVEYOR_BUILD_FOLDER\delete_old_bintray_versions.py" -g loot/loot-api -b loot/snapshots/libloot -u wrinklyninja -k $env:bintray_auth_token -t $env:github_auth_token -n 30 + - ps: python "$env:APPVEYOR_BUILD_FOLDER\delete_old_bintray_versions.py" -g loot/libloot -b loot/snapshots/libloot -u wrinklyninja -k $env:bintray_auth_token -t $env:github_auth_token -n 30 on_finish: - ps: (New-Object System.Net.WebClient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", "$($env:APPVEYOR_BUILD_FOLDER)\build\$($env:CONFIGURATION)\libloot_internals_tests.xml")