Skip to content

Commit 90d221a

Browse files
authored
Merge pull request #77 from reddit/update_logger_link_in_docs
Update ExperimentLogger link
2 parents 5c5ec9e + df05da6 commit 90d221a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Initialize :code:`decider` instance on Baseplate context
7575

7676
In your service's initialization process, add a :code:`decider` instance to baseplate's context:
7777
(Note the use of the :code:`ExperimentLogger`, which is used to publish exposure V2 events,
78-
an example can be seen `here <https://github.snooguts.net/reddit/reddit-service-graphql/blob/3734b51732c29d07eef32aced86677cce5064dbb/graphql-py/graphql_api/events/utils.py#L205>`_)
78+
an example can be seen `here <https://github.snooguts.net/reddit/reddit-service-graphql/blob/master/graphql-py/graphql_api/events/utils.py>`_)
7979

8080
.. code-block:: python
8181

requirements-transitive.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ gevent==21.12.0
1111
greenlet==1.1.1
1212
idna==2.10
1313
imagesize==1.2.0
14+
importlib-metadata==4.13.0
1415
iniconfig==1.1.1
1516
Jinja2==2.11.2
1617
MarkupSafe==1.1.1

0 commit comments

Comments
 (0)