Skip to content

Commit

Permalink
Updated obsolete doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
claudep committed Sep 19, 2020
1 parent b8d1b76 commit 171eddd
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 20 deletions.
11 changes: 5 additions & 6 deletions docs/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Release 1.3 (2009-01-15):
* Added templates to source distribution.
* Updated TinyMCE compressor support: copying media files no longer required.

.. _`django-filebrowser`: http://code.google.com/p/django-filebrowser/
.. _`django-filebrowser`: https://github.com/sehmaschine/django-filebrowser

Release 1.2 (2008-11-26):
* Moved documentation from Wiki into repository.
Expand All @@ -52,13 +52,12 @@ tinymce was written by `Joost Cassee`_ based on the work by John D'Agostino. It
was partly taken from `his code at the Django code wiki`_. The TinyMCE_
Javascript WYSIWYG editor is made by Moxiecode_.

The TinyMCE compressor was written by `Jason Davies`_ based on the `PHP TinyMCE
compressor`_ from Moxiecode.
The TinyMCE compressor was written by `Jason Davies`_ based on the ``PHP TinyMCE
compressor`` from Moxiecode.


.. _`Joost Cassee`: http://joost.cassee.net/
.. _TinyMCE: http://tinymce.moxiecode.com/
.. _TinyMCE: https://www.tiny.cloud/
.. _Moxiecode: http://www.moxiecode.com/
.. _`his code at the Django code wiki`: http://code.djangoproject.com/wiki/CustomWidgetsTinyMCE
.. _`his code at the Django code wiki`: https://code.djangoproject.com/wiki/CustomWidgetsTinyMCE
.. _`Jason Davies`: http://www.jasondavies.com
.. _`PHP TinyMCE compressor`: http://wiki.moxiecode.com/index.php/TinyMCE:Compressor
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Starting with django-tinymce v1.5.1 TinyMCE editor is bundled with django-tinymc
Note that django-tinymce and TinyMCE licenses are compatible (although different) and we have permission to bundle TinyMCE with django-tinymce.

.. _Django: https://www.djangoproject.com/
.. _TinyMCE: https://www.tinymce.com/
.. _TinyMCE: https://www.tiny.cloud/
.. _`django-filebrowser`: https://github.com/sehmaschine/django-filebrowser/
.. _`MIT License`: https://www.opensource.org/licenses/mit-license.php
.. _`LGPL v2.1 license`: https://www.tinymce.com/license/
Expand Down
20 changes: 10 additions & 10 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ Python code::
Note that the documentation will use 'TinyMCE' (capitalized) to refer the
editor itself and 'django-tinymce' (lower case) to refer to the Django application.

.. _`Django`: http://www.djangoproject.com/download/
.. _`TinyMCE`: http://tinymce.moxiecode.com/download.php
.. _`language pack`: http://tinymce.moxiecode.com/download_i18n.php
.. _`spellchecker plugin`: http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/spellchecker
.. _`PyEnchant`: http://pythonhosted.org/pyenchant/download.html
.. _`Django`: https://www.djangoproject.com/download/
.. _`TinyMCE`: https://www.tiny.cloud/get-tiny/
.. _`language pack`: https://www.tiny.cloud/get-tiny/language-packages/
.. _`spellchecker plugin`: https://www.tiny.cloud/docs/plugins/spellchecker/
.. _`PyEnchant`: https://pyenchant.github.io/pyenchant/install.html
.. _`django-filebrowser`: https://github.com/sehmaschine/django-filebrowser

Installation
Expand All @@ -60,8 +60,8 @@ Installation
...
)

.. _`pip`: http://pip.openplans.org/
.. _`PyPI`: http://pypi.python.org/
.. _`pip`: https://pip.pypa.io/
.. _`PyPI`: https://pypi.org/

Testing
-------
Expand Down Expand Up @@ -104,7 +104,7 @@ Verify that everything is installed and configured properly:

If you see TinyMCE instead of standard textarea boxes everything is working fine, otherwise check installation steps.

.. _`virtualenv`: http://virtualenv.openplans.org/
.. _`virtualenv`: https://virtualenv.pypa.io/

.. _configuration:

Expand Down Expand Up @@ -181,5 +181,5 @@ Example::
],
}

.. _`the TinyMCE manual`: http://www.tinymce.com/wiki.php/configuration
.. _`official TinyMCE documentation on custom filebrowsers`: http://www.tinymce.com/wiki.php/TinyMCE3x:How-to_implement_a_custom_file_browser
.. _`the TinyMCE manual`: https://www.tiny.cloud/docs/general-configuration-guide/
.. _`official TinyMCE documentation on custom filebrowsers`: https://www.tiny.cloud/docs/configure/file-image-upload/#file_picker_callback
6 changes: 3 additions & 3 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ section (assuming you named your form 'form')::

See also `the section of form media`_ in the Django documentation.

.. _`the section of form media`: http://www.djangoproject.com/documentation/forms/#media-on-forms
.. _`the section of form media`: https://docs.djangoproject.com/en/stable/topics/forms/media/

The ``HTMLField`` model field type
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down Expand Up @@ -144,8 +144,8 @@ links_ and images_. These entries are filled using a variable loaded from an
external Javascript location. The tinymce application can serve these lists for
you.

.. _links: http://www.tinymce.com/wiki.php/Configuration:link_list
.. _images: http://www.tinymce.com/wiki.php/Configuration:image_list
.. _links: https://www.tiny.cloud/docs/plugins/link/#link_list
.. _images: https://www.tiny.cloud/docs/plugins/image/#image_list

Creating external link and image views
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 171eddd

Please sign in to comment.