Making WordPress.org

Changeset 3779


Ignore:
Timestamp:
08/07/2016 12:11:23 AM (8 years ago)
Author:
iandunn
Message:

WordCamp Organizer Nags: Update links to point to Organizer Handbook.

plan.wordcamp.org is deprecated in favor of the handbooks.

Fixes #1848
Props jubstuff, SergeyBiryukov

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-organizer-nags/wordcamp-organizer-nags.php

    r3017 r3779  
    171171        <ul class="ul-disc">
    172172            <?php if ( $this->need_central_about_info ) : ?>
    173                 <li>Please send us <a href="http://plan.wordcamp.org/first-steps/web-presence/your-page-on-central-wordcamp-org/">the "about" text and banner image</a> for your central.wordcamp.org page.</a></li>
     173                <li>Please send us <a href="https://make.wordpress.org/community/handbook/wordcamp-organizer/first-steps/web-presence/your-page-on-central-wordcamp-org/">the "about" text and banner image</a> for your central.wordcamp.org page.</a></li>
    174174            <?php endif; ?>
    175175
    176176            <?php if ( in_array( 'attendees', $this->needed_pages ) ) : ?>
    177                 <li>Tickets are on sale now! Don’t forget to <a href="http://plan.wordcamp.org/using-camptix/#attendees-list">publish an Attendees page</a>, so everyone can see what amazing people are coming to your WordCamp.</li>
     177                <li>Tickets are on sale now! Don’t forget to <a href="https://make.wordpress.org/community/handbook/wordcamp-organizer/first-steps/web-presence/using-camptix-event-ticketing-plugin/#attendees-list">publish an Attendees page</a>, so everyone can see what amazing people are coming to your WordCamp.</li>
    178178            <?php endif; ?>
    179179
    180180            <?php if ( in_array( 'schedule', $this->needed_pages ) ) : ?>
    181                 <li>Tickets sell a lot faster when people can see who's speaking at your WordCamp. How about <a href="http://plan.wordcamp.org/first-steps/web-presence/working-with-speakers-sessions-and-sponsors/#schedule">publishing a schedule</a> today?</li>
     181                <li>Tickets sell a lot faster when people can see who's speaking at your WordCamp. How about <a href="https://make.wordpress.org/community/handbook/wordcamp-organizer/first-steps/web-presence/custom-tools-for-building-wordcamp-content/#schedule">publishing a schedule</a> today?</li>
    182182            <?php endif; ?>
    183183        </ul>
Note: See TracChangeset for help on using the changeset viewer.