Skip to content

Commit d9f32e2

Browse files
author
Aleksander Grinin
committed
Add articles to /java/developer-guide/barcode-generation section
1 parent f81aa06 commit d9f32e2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

  • java/developer-guide/barcode-generation

java/developer-guide/barcode-generation/generate-code128/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Code 128 is a high-density linear symbology that can encode numeric data, upperc
1212

1313
The complete source code for the examples in this article is available on GitHub:
1414

15-
[View GenerateCode128.java](https://github.com/aspose-barcode/Aspose.BarCode-for-Java/blob/master/src/test/java/com/aspose/barcode/guide/generation/GenerateCode128.java)
15+
<a href="https://github.com/aspose-barcode/Aspose.BarCode-for-Java/blob/master/src/test/java/com/aspose/barcode/guide/generation/overview/GenerateCode128.java" target="_blank">View GenerateCode128.java</a>
1616

17-
You can also browse all barcode generation examples in the [Generation examples directory](https://github.com/aspose-barcode/Aspose.BarCode-for-Java/tree/master/src/test/java/com/aspose/barcode/guide/generation).
17+
You can also browse all barcode generation examples in the <a href="https://github.com/aspose-barcode/Aspose.BarCode-for-Java/tree/master/src/test/java/com/aspose/barcode/guide/generation" target="_blank">Generation examples directory</a>.
1818

1919
## Generate a basic Code 128 barcode
2020

java/developer-guide/barcode-generation/set-barcode-symbology-and-text/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Set Barcode Symbology and Text"
2+
title: "Barcode Symbology and Text"
33
description: "Select a barcode symbology and provide text, Unicode, or binary data."
44
type: docs
55
weight: 10

0 commit comments

Comments
 (0)