|
1 | 1 | <p align="center"> |
2 | | - <a href="https://github.com/paulo-coutinho/pdfium-lib" target="_blank" rel="noopener noreferrer"> |
| 2 | + <a href="https://github.com/paulocoutinhox/pdfium-lib" target="_blank" rel="noopener noreferrer"> |
3 | 3 | <img width="120" src="extras/images/logo.png" alt="PDFium Library Logo"> |
4 | 4 | </a> |
5 | 5 | </p> |
6 | 6 |
|
7 | 7 | <h1 align="center">PDFium Library</h1> |
8 | 8 |
|
9 | 9 | <p align="center"> |
10 | | - <a href="https://github.com/paulo-coutinho/pdfium-lib/actions/workflows/ios.yml"><img src="https://github.com/paulo-coutinho/pdfium-lib/actions/workflows/ios.yml/badge.svg" alt="PDFium - iOS"></a> |
11 | | - <a href="https://github.com/paulo-coutinho/pdfium-lib/actions/workflows/macos.yml"><img src="https://github.com/paulo-coutinho/pdfium-lib/actions/workflows/macos.yml/badge.svg" alt="PDFium - macOS"></a> |
12 | | - <a href="https://github.com/paulo-coutinho/pdfium-lib/actions/workflows/android.yml"><img src="https://github.com/paulo-coutinho/pdfium-lib/actions/workflows/android.yml/badge.svg" alt="PDFium - Android"></a> |
13 | | - <a href="https://github.com/paulo-coutinho/pdfium-lib/actions/workflows/wasm.yml"><img src="https://github.com/paulo-coutinho/pdfium-lib/actions/workflows/wasm.yml/badge.svg" alt="PDFium - WASM"></a> |
| 10 | + <a href="https://github.com/paulocoutinhox/pdfium-lib/actions/workflows/ios.yml"><img src="https://github.com/paulocoutinhox/pdfium-lib/actions/workflows/ios.yml/badge.svg" alt="PDFium - iOS"></a> |
| 11 | + <a href="https://github.com/paulocoutinhox/pdfium-lib/actions/workflows/macos.yml"><img src="https://github.com/paulocoutinhox/pdfium-lib/actions/workflows/macos.yml/badge.svg" alt="PDFium - macOS"></a> |
| 12 | + <a href="https://github.com/paulocoutinhox/pdfium-lib/actions/workflows/android.yml"><img src="https://github.com/paulocoutinhox/pdfium-lib/actions/workflows/android.yml/badge.svg" alt="PDFium - Android"></a> |
| 13 | + <a href="https://github.com/paulocoutinhox/pdfium-lib/actions/workflows/wasm.yml"><img src="https://github.com/paulocoutinhox/pdfium-lib/actions/workflows/wasm.yml/badge.svg" alt="PDFium - WASM"></a> |
14 | 14 | </p> |
15 | 15 |
|
16 | 16 | <p align="center"> |
@@ -58,7 +58,7 @@ These are the `general` steps that need be executed `before all` others platform |
58 | 58 | 1. Get the source: |
59 | 59 |
|
60 | 60 | ``` |
61 | | -git clone https://github.com/paulo-coutinho/pdfium-lib.git |
| 61 | +git clone https://github.com/paulocoutinhox/pdfium-lib.git |
62 | 62 | cd pdfium-lib |
63 | 63 | ``` |
64 | 64 |
|
@@ -101,7 +101,7 @@ Check tutorial here: [Build for WASM](docs/BUILD_WASM.md) |
101 | 101 |
|
102 | 102 | Access releases page to download prebuilt binaries: |
103 | 103 |
|
104 | | -https://github.com/paulo-coutinho/pdfium-lib/releases |
| 104 | +https://github.com/paulocoutinhox/pdfium-lib/releases |
105 | 105 |
|
106 | 106 | ## How to include files and extend pdfium |
107 | 107 |
|
|
0 commit comments