diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-01-13 13:21:46 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-01-13 13:21:46 +0100 |
| commit | 2530221de1657aeac3fa2b93c6b17712a08c6399 (patch) | |
| tree | 10230d968848e0a3923b610b29eed7c541cdd66c | |
| parent | 06bc637621014289a812d48a5c479dfe699527f2 (diff) | |
| download | python-apt-2530221de1657aeac3fa2b93c6b17712a08c6399.tar.gz | |
doc/source/apt_pkg/cache.rst: fix cross-reference to _DependencyTypes
| -rw-r--r-- | doc/source/apt_pkg/cache.rst | 2 | ||||
| -rw-r--r-- | doc/source/apt_pkg/index.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/apt_pkg/cache.rst b/doc/source/apt_pkg/cache.rst index 1be81b42..ca9f8b49 100644 --- a/doc/source/apt_pkg/cache.rst +++ b/doc/source/apt_pkg/cache.rst @@ -605,7 +605,7 @@ Example: .. attribute:: DepTypeEnum The type of the dependency, as integer that matches a value - of `Dependency types`_ + of :ref:`Dependency types <DependencyTypes>`. .. attribute:: ID diff --git a/doc/source/apt_pkg/index.rst b/doc/source/apt_pkg/index.rst index aba7d82e..4256d971 100644 --- a/doc/source/apt_pkg/index.rst +++ b/doc/source/apt_pkg/index.rst @@ -329,7 +329,7 @@ Package States .. data:: CurStateNotInstalled .. data:: CurStateUnPacked - +.. _DependencyTypes: Dependency types |
