10000 woothemes to woocommerce · hertzdog/wc-api-python@b248bb8 · GitHub
[go: up one dir, main page]

Skip to content

Commit b248bb8

Browse files
woothemes to woocommerce
1 parent bf75d38 commit b248bb8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015, WooThemes (http://www.woothemes.com/)
3+
Copyright (c) 2015, WooThemes (https://woocommerce.com/)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ WooCommerce API - Python Client
33

44
A Python wrapper for the WooCommerce REST API. Easily interact with the WooCommerce REST API using this library.
55

6-
.. image:: https://secure.travis-ci.org/woothemes/wc-api-python.svg
7-
:target: http://travis-ci.org/woothemes/wc-api-python
6+
.. image:: https://secure.travis-ci.org/woocommerce/wc-api-python.svg
7+
:target: http://travis-ci.org/woocommerce/wc-api-python
88

99
.. image:: https://img.shields.io/pypi/v/woocommerce.svg
1010
:target: https://pypi.python.org/pypi/WooCommerce
@@ -20,9 +20,9 @@ Installation
2020
Getting started
2121
---------------
2222

23-
Generate API credentials (Consumer Key & Consumer Secret) following this instructions http://docs.woothemes.com/document/woocommerce-rest-api/.
23+
Generate API credentials (Consumer Key & Consumer Secret) following this instructions http://docs.woocommerce.com/document/woocommerce-rest-api/.
2424

25-
Check out the WooCommerce API endpoints and data that can be manipulated in http://woothemes.github.io/woocommerce-rest-api-docs/.
25+
Check out the WooCommerce API endpoints and data that can be manipulated in http://woocommerce.github.io/woocommerce-rest-api-docs/.
2626

2727
Setup
2828
-----

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
description="A Python wrapper for the WooCommerce REST API",
2828
long_description=README,
2929
author="Claudio Sanches @ WooThemes",
30-
url="https://github.com/woothemes/wc-api-python",
30+
url="https://github.com/woocommerce/wc-api-python",
3131
license="MIT License",
3232
packages=[
3333
"woocommerce"

0 commit comments

Comments
 (0)
0