8000 Merge remote-tracking branch 'woocommerce/master' · jamesbrink/wp-api-python@9a6e580 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a6e580

Browse files
author
derwentx
committed
Merge remote-tracking branch 'woocommerce/master'
2 parents 5a89d2c + b248bb8 commit 9a6e580

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Methods
131131
+--------------+----------------+------------------------------------------------------------------+
132132
| Params | Type | Description |
133133
+==============+================+==================================================================+
134-
| ``endpoint`` | ``string`` | Wordpress API endpoint, example: ``posts`` or ``user/12`` |
134+
| ``endpoint`` | ``string`` | API endpoint, example: ``posts`` or ``user/12`` |
135135
+--------------+----------------+------------------------------------------------------------------+
136136
| ``data`` | ``dictionary`` | Data that will be converted to JSON |
137137
+--------------+----------------+------------------------------------------------------------------+

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 Wordpress 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
"wordpress"

0 commit comments

Comments
 (0)
0