Skip to content

Commit 309a025

Browse files
committed
#82 : Fixed some errors for the PDF Generation
1 parent df8a45e commit 309a025

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

docs/credits.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.. _credits:
2+
3+
Credits
4+
=======

docs/general.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Basic example
77
-------------
88

99
The following is a basic example of the PHPWord library. More examples
10-
are provided in the `samples folder <samples/>`__.
10+
are provided in the `samples folder <https://github.com/PHPOffice/PHPWord/tree/master/samples/>`__.
1111

1212
.. code-block:: php
1313

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ Indices and tables
3535
* :ref:`modindex`
3636
* :ref:`search`
3737

38-
.. |PHPWord| image:: https://raw.github.com/PHPOffice/PHPWord/develop/docs/images/phpword.png
38+
.. |PHPWord| image:: images/phpword.png

docs/intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ No Windows operating system is needed for usage because the resulting
1616
DOCX, ODT, or RTF files can be opened by all major `word processing
1717
softwares <http://en.wikipedia.org/wiki/List_of_word_processors>`__.
1818

19-
PHPWord is an open source project licensed under `LGPL <license.md>`__.
19+
PHPWord is an open source project licensed under LGPL.
2020
PHPWord is `unit tested <https://travis-ci.org/PHPOffice/PHPWord>`__ to
2121
make sure that the released versions are stable.
2222

docs/recipes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.. _recipes:
2+
3+
Recipes
4+
=======

0 commit comments

Comments
 (0)