Skip to content

Commit 851a482

Browse files
authored
Merge pull request #18 from pegasystems/camelcase
fix readme links
2 parents ba4337c + b5eaf7a commit 851a482

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ This repository contains some sample code and configuration to learn how to crea
2323

2424
| Name | Description | Latest JAR file |
2525
|-------------------------|----------------------------------|----------------------------------------------------------------------------------------------------------------------|
26-
| [base64](base64/) | Encoding/decoding base64 strings | [jar](https://github.com/pegasystems/pega-launchpad-functions/releases/download/v0.1.8/base64-0.1.9-SNAPSHOT.jar) |
27-
| [email](email/) | email utilities | [jar](https://github.com/pegasystems/pega-launchpad-functions/releases/download/v0.1.8/email-0.1.9-SNAPSHOT.jar) |
28-
| [geocoding](geocoding/) | Geocoding utilities | [jar](https://github.com/pegasystems/pega-launchpad-functions/releases/download/v0.1.8/geocoding-0.1.9-SNAPSHOT.jar) |
29-
| [net](net/) | REST and HTTP utilities | [jar](https://github.com/pegasystems/pega-launchpad-functions/releases/download/v0.1.8/net-0.1.9-SNAPSHOT.jar) |
30-
| [parser](parser/) | CSV and JSON parsing | [jar](https://github.com/pegasystems/pega-launchpad-functions/releases/download/v0.1.8/parser-0.1.9-SNAPSHOT.jar) |
31-
| [pdf](pdf/) | PDF form filler | [jar](https://github.com/pegasystems/pega-launchpad-functions/releases/download/v0.1.8/pdf-0.1.9-SNAPSHOT.jar) |
32-
| [text](text/) | string utilities | [jar](https://github.com/pegasystems/pega-launchpad-functions/download/v0.1.8/text-0.1.9-SNAPSHOT.jar) |
26+
| [base64](base64/) | Encoding/decoding base64 strings | [jar](https://github.com/pegasystems/pega-launchpad-functions/releases/download/v0.1.9/base64-0.1.9-SNAPSHOT.jar) |
27+
| [email](email/) | email utilities | [jar](https://github.com/pegasystems/pega-launchpad-functions/releases/download/v0.1.9/email-0.1.9-SNAPSHOT.jar) |
28+
| [geocoding](geocoding/) | Geocoding utilities | [jar](https://github.com/pegasystems/pega-launchpad-functions/releases/download/v0.1.9/geocoding-0.1.9-SNAPSHOT.jar) |
29+
| [net](net/) | REST and HTTP utilities | [jar](https://github.com/pegasystems/pega-launchpad-functions/releases/download/v0.1.9/net-0.1.9-SNAPSHOT.jar) |
30+
| [parser](parser/) | CSV and JSON parsing | [jar](https://github.com/pegasystems/pega-launchpad-functions/releases/download/v0.1.9/parser-0.1.9-SNAPSHOT.jar) |
31+
| [pdf](pdf/) | PDF form filler | [jar](https://github.com/pegasystems/pega-launchpad-functions/releases/download/v0.1.9/pdf-0.1.9-SNAPSHOT.jar) |
32+
| [text](text/) | string utilities | [jar](https://github.com/pegasystems/pega-launchpad-functions/download/v0.1.9/text-0.1.9-SNAPSHOT.jar) |
3333

3434
# Obtaining a JAR to upload into a Function rule
3535

0 commit comments

Comments
 (0)