Skip to content

Commit

Permalink
Remove references to defunct website.
Browse files Browse the repository at this point in the history
Our ownership of this domain expired a year or two back.
  • Loading branch information
GUI committed Oct 15, 2024
1 parent 9b9c10a commit e80ac9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ API Umbrella is an open source API management platform for exposing web service
* **Standardize access:** All your APIs are can be accessed using the same API key credentials.
* **Standardize documentation:** All your APIs are documented in a single place and in a similar fashion.

## Download

Binary packages are available for [download](https://apiumbrella.io/install/). Follow the quick setup instructions on the download page to begin running API Umbrella.

## Getting Started

Once you have API Umbrella up and running, there are a variety of things you can do to start using the platform. For a quick tutorial, see [getting started](https://api-umbrella.readthedocs.org/en/latest/getting-started.html).
Expand Down
2 changes: 1 addition & 1 deletion build/package/build_package
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fpm_args+=("--verbose")
fpm_args+=("--license" "MIT")
fpm_args+=("--vendor" "National Renewable Energy Laboratory")
fpm_args+=("--maintainer" "National Renewable Energy Laboratory")
fpm_args+=("--url" "https://apiumbrella.io")
fpm_args+=("--url" "https://github.com/NREL/api-umbrella")
fpm_args+=("--version" "$version")
fpm_args+=("--iteration" "$package_iteration")
if [ "$package_type" == "rpm" ]; then
Expand Down

0 comments on commit e80ac9c

Please sign in to comment.