You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/01/16 22:42:43 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #13719: [Doc] Replace module path to Class with just Class Name

mik-laj commented on a change in pull request #13719:
URL: https://github.com/apache/airflow/pull/13719#discussion_r559048592



##########
File path: docs/apache-airflow/start.rst
##########
@@ -70,7 +70,8 @@ if started by systemd.
 
 Out of the box, Airflow uses a sqlite database, which you should outgrow
 fairly quickly since no parallelization is possible using this database
-backend. It works in conjunction with the :class:`airflow.executors.sequential_executor.SequentialExecutor` which will
+backend. It works in conjunction with the
+:class:`SequentialExecutor <airflow.executors.sequential_executor.SequentialExecutor>` which will

Review comment:
       ```suggestion
   :class:`~airflow.executors.sequential_executor.SequentialExecutor` which will
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org