Skip to content

Commit bb01caf

Browse files
authored
Changing URLs (#24)
1 parent 2236b88 commit bb01caf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
:---: | :---: | :---:
1414
[![Generate](https://products.aspose.app/barcode/generate/img/aspose_generate-app-48.png)](https://products.aspose.app/barcode/generate) | [![Recognize](https://products.aspose.app/barcode/recognize/img/aspose_recognize-app-48.png)](https://products.aspose.app/barcode/recognize) | [![Embed](https://products.aspose.app/barcode/embed/img/aspose_embed-app-48.png)](https://products.aspose.app/barcode/embed)
1515

16-
[Aspose.BarCode for Cloud](https://products.aspose.cloud/barcode/cloud) is a REST API for Linear, 2D and postal barcode generation and recognition in the cloud. API recognizes and generates barcode images in a variety of formats. Barcode REST API allows to specify barcode image attributes like image width, height, border style and output image format in order to customize the generation process. Developers can also specify the barcode type and text attributes such as text location and font styles in order to suit the application requirements.
16+
[Aspose.BarCode for Cloud](https://products.aspose.cloud/barcode/) is a REST API for Linear, 2D and postal barcode generation and recognition in the cloud. API recognizes and generates barcode images in a variety of formats. Barcode REST API allows to specify barcode image attributes like image width, height, border style and output image format in order to customize the generation process. Developers can also specify the barcode type and text attributes such as text location and font styles in order to suit the application requirements.
1717

1818
This repository contains Aspose.BarCode Cloud SDK for Python source code. This SDK allows you to work with Aspose.BarCode for Cloud REST APIs in your Python 2 or Python 3 applications quickly and easily.
1919

@@ -99,11 +99,11 @@ All Aspose.BarCode for Cloud SDKs, helper scripts and templates are licensed und
9999
## Resources
100100

101101
- [**Website**](https://www.aspose.cloud)
102-
- [**Product Home**](https://products.aspose.cloud/barcode/cloud)
102+
- [**Product Home**](https://products.aspose.cloud/barcode/)
103103
- [**Documentation**](https://docs.aspose.cloud/barcode/)
104104
- [**Free Support Forum**](https://forum.aspose.cloud/c/barcode)
105105
- [**Paid Support Helpdesk**](https://helpdesk.aspose.cloud/)
106-
- [**Blog**](https://blog.aspose.cloud/category/aspose-products/aspose-barcode-product-family/)
106+
- [**Blog**](https://blog.aspose.cloud/category/barcode/)
107107

108108
## Documentation for API Endpoints
109109

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
project_urls={
187187
"Source With Tests": "https://github.com/aspose-barcode-cloud/aspose-barcode-cloud-python",
188188
"Website": "https://www.aspose.cloud",
189-
"Product Home": "https://products.aspose.cloud/barcode/cloud",
189+
"Product Home": "https://products.aspose.cloud/barcode/",
190190
"Documentation": "https://docs.aspose.cloud/barcode/",
191191
"Free Support Forum": "https://forum.aspose.cloud/c/barcode",
192192
"Paid Support Helpdesk": "https://helpdesk.aspose.cloud/",

0 commit comments

Comments
 (0)