Skip to content

Commit 2c8c6ab

Browse files
committed
New documentation 📖
1 parent c817f3b commit 2c8c6ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ the all tracking events for a given shipment.
6767

6868
Class Objects
6969
-------------
70-
- [ShipEngine]() - A configurable entry point to the ShipEngine API SDK, this class provides convenience methods
70+
- [ShipEngine](./) - A configurable entry point to the ShipEngine API SDK, this class provides convenience methods
7171
for various ShipEngine API Services.
7272

7373
Contributing

docs/create_label_from_rate_id_example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def create_label_from_rate_id_demo():
4848
"label_download_type": "url",
4949
"display_scheme": "label",
5050
}
51-
result = shipengine.create_label_from_rate_id_id(
51+
result = shipengine.create_label_from_rate_id(
5252
rate_id="se-799373193", params=params
5353
)
5454
print("::SUCCESS::")

0 commit comments

Comments
 (0)