There are a couple of references in Drupal core to https://www.drupal.org/cron. This is a redirect however to the Drupal 7 documentation on cron with url https://www.drupal.org/docs/7/setting-up-cron/overview.

We have two options here:

  1. Update the documentation on d.o so that d.o/cron redirects to Drupal 8 documentation.
  2. Update the links in Drupal core to https://www.drupal.org/docs/8/cron-automated-tasks.
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

wmostrey created an issue. See original summary.

wmostrey’s picture

Status: Active » Needs review
FileSize
6.3 KB
wturrell’s picture

Issue tags: +Documentation

There's another non-version specific URL - https://www.drupal.org/documentation/modules/automated_cron
which redirects to: https://www.drupal.org/docs/8/administering-drupal-8-site/automated-cron
and also has a Related link to the page you found: https://www.drupal.org/docs/8/cron-automated-tasks

I've seen a few issues like this, would welcome clarification on:

- what the plan is for updating various redirects
- and/or who has to be asked to do it, if there's an appropriate queue / tag to use (none of existing 'redirect' ones seem to bring up any issues)

Version: 8.2.x-dev » 8.3.x-dev

Drupal 8.2.6 was released on February 1, 2017 and is the final full bugfix release for the Drupal 8.2.x series. Drupal 8.2.x will not receive any further development aside from critical and security fixes. Sites should prepare to update to 8.3.0 on April 5, 2017. (Drupal 8.3.0-alpha1 is available for testing.)

Bug reports should be targeted against the 8.3.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.4.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

prash_98’s picture

Status: Needs review » Needs work

The last submitted patch, 5: 2841696-5.patch, failed testing.

tameeshb’s picture

Status: Needs work » Needs review
FileSize
5.56 KB
9.26 KB

You missed a ; there.

Pavan B S’s picture

Rerolled the patch and applied , please review.

prash_98’s picture

Status: Needs review » Reviewed & tested by the community

The patch applies well and also the site links and the documentation is better as compared to the previous patches.
So changing it to RTBC

wturrell’s picture

We haven't addressed what should (or is already planned to) happen with with the drupal.org/cron redirect - to be honest, linking to URLs containing version numbers feels like it's creating extra work for ourselves in each subsequent version of Drupal.

What's our policy on this, and on management of redirects, as I hinted at in #3?

prash_98’s picture

So like could we change the link each time the version is upgraded or should we not specify the link and the user can search it by their own according to the version..

xjm’s picture

Status: Reviewed & tested by the community » Needs work
Parent issue: » #2855175: [META] Many documentation / handbook URLs redirect to D7 content

This issue is a part of the problem described in #2855175: [META] Many documentation / handbook URLs redirect to D7 content, but is missing the full list of the bad cron links there.

Patching our docs to the correct Drupal 8 for now is helpful, but I agree it's also unmaintainable, as suggested by the discussion from @wturrell and @prash_98. I posted regarding that on #2855171: Documentation migration makes significant sections of the Drupal 8 handbook unnavigable or redirect to Drupal 7 docs.

Meanwhile though, let's consider this issue as part of the overall plan in #2855175: [META] Many documentation / handbook URLs redirect to D7 content.

Version: 8.3.x-dev » 8.4.x-dev

Drupal 8.3.6 was released on August 2, 2017 and is the final full bugfix release for the Drupal 8.3.x series. Drupal 8.3.x will not receive any further development aside from critical and security fixes. Sites should prepare to update to 8.4.0 on October 4, 2017. (Drupal 8.4.0-alpha1 is available for testing.)

Bug reports should be targeted against the 8.4.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.5.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.4.x-dev » 8.5.x-dev

Drupal 8.4.4 was released on January 3, 2018 and is the final full bugfix release for the Drupal 8.4.x series. Drupal 8.4.x will not receive any further development aside from critical and security fixes. Sites should prepare to update to 8.5.0 on March 7, 2018. (Drupal 8.5.0-alpha1 is available for testing.)

Bug reports should be targeted against the 8.5.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.6.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.5.x-dev » 8.6.x-dev

Drupal 8.5.6 was released on August 1, 2018 and is the final bugfix release for the Drupal 8.5.x series. Drupal 8.5.x will not receive any further development aside from security fixes. Sites should prepare to update to 8.6.0 on September 5, 2018. (Drupal 8.6.0-rc1 is available for testing.)

Bug reports should be targeted against the 8.6.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.7.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

alexpott’s picture

Crediting contributors on #3061936: Incorrect link to Cron tutorial which is a duplicate.

Version: 8.6.x-dev » 8.8.x-dev

Drupal 8.6.x will not receive any further development aside from security fixes. Bug reports should be targeted against the 8.8.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.9.x-dev branch. For more information see the Drupal 8 and 9 minor version schedule and the Allowed changes during the Drupal 8 and 9 release cycles.

swatichouhan012’s picture

Version: 8.8.x-dev » 8.9.x-dev
FileSize
7.36 KB

Rerolled patch wrt 8.8.x and 8.9.x, also updated link in some other files.

swatichouhan012’s picture

Status: Needs work » Needs review
volkswagenchick’s picture

Status: Needs review » Needs work

Thanks for the re-roll.

One nitpick:

+++ b/core/INSTALL.txt
@@ -340,7 +340,7 @@ INSTALLATION
+   https://www.drupal.org/docs/8/cron-automated-tasks, and sample cron shell scripts can be found in

In a .txt file - lines should be hard wrapped at 80 characters.
Visit https://www.drupal.org/docs/develop/standards/coding-standards#linelength for more information.

Neslee Canil Pinto’s picture

Neslee Canil Pinto’s picture

Status: Needs work » Needs review

Version: 8.9.x-dev » 9.1.x-dev

Drupal 8.9.0-beta1 was released on March 20, 2020. 8.9.x is the final, long-term support (LTS) minor release of Drupal 8, which means new developments and disruptive changes should now be targeted against the 9.1.x-dev branch. For more information see the Drupal 8 and 9 minor version schedule and the Allowed changes during the Drupal 8 and 9 release cycles.

Version: 9.1.x-dev » 9.2.x-dev

Drupal 9.1.0-alpha1 will be released the week of October 19, 2020, which means new developments and disruptive changes should now be targeted for the 9.2.x-dev branch. For more information see the Drupal 9 minor version schedule and the Allowed changes during the Drupal 9 release cycle.

jhodgdon’s picture

Status: Needs review » Closed (duplicate)
Related issues: +#2855175: [META] Many documentation / handbook URLs redirect to D7 content

This issue is a duplicate.