This is an automated email from the ASF dual-hosted git repository.

rrm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 65f174872b doc/cache-architecture grammar & broken link fix. (#11371)
65f174872b is described below

commit 65f174872ba5a11dde52c778eb2864f8fd1cc641
Author: Matt Williams <[email protected]>
AuthorDate: Wed May 22 02:35:54 2024 +0900

    doc/cache-architecture grammar & broken link fix. (#11371)
---
 doc/developer-guide/cache-architecture/architecture.en.rst         | 2 +-
 doc/developer-guide/cache-architecture/cache-initialization.en.rst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/developer-guide/cache-architecture/architecture.en.rst 
b/doc/developer-guide/cache-architecture/architecture.en.rst
index 67d0b7c85d..7524fee3e1 100644
--- a/doc/developer-guide/cache-architecture/architecture.en.rst
+++ b/doc/developer-guide/cache-architecture/architecture.en.rst
@@ -68,7 +68,7 @@ persistent store.
 
    Two cache spans
 
-This storage organized into a set of administrative units which are called 
:term:`cache volumes
+This storage is organized into a set of administrative units which are called 
:term:`cache volumes
 <cache volume>`. These are defined in :file:`volume.config`. Cache volumes can 
be assigned
 different properties in :file:`hosting.config`.
 
diff --git a/doc/developer-guide/cache-architecture/cache-initialization.en.rst 
b/doc/developer-guide/cache-architecture/cache-initialization.en.rst
index f475853c0e..668f2749c9 100644
--- a/doc/developer-guide/cache-architecture/cache-initialization.en.rst
+++ b/doc/developer-guide/cache-architecture/cache-initialization.en.rst
@@ -72,7 +72,7 @@ is, all stripe header read operations have completed). There 
is an instance of
 (:member:`Cache::hosttable`) for all cache volumes that are not explicitly 
assigned. If
 :file:`hosting.config` is empty then all cache volumes will be in the generic 
record.
 
-:func:`build_vol_hash_table` in :ts:git:`iocore/cache/Cache.cc` does the work 
of setting up the
+:func:`build_vol_hash_table` in :ts:git:`src/iocore/cache/Cache.cc` does the 
work of setting up the
 stripe assignment and is called for each :class:`CacheHostRecord` and the 
generic host record. The
 stripes to be assigned are in :member:`CacheHostRecord::vols`.
 

Reply via email to