New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 80900


Ignore:
Timestamp:
07/20/11 13:54:21 (4 years ago)
Author:
jmr@…
Message:

guide: use https for our download links

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc-new/guide/xml/installing.xml

    r78449 r80900  
    200200          <para>Download the latest <filename>MacPorts-1.x.x.dmg</filename> 
    201201          disk image (whose name does not contain -beta or -rc) from the <ulink 
    202           url="http://distfiles.macports.org/MacPorts/">MacPorts 
     202          url="https://distfiles.macports.org/MacPorts/">MacPorts 
    203203          download directory</ulink>.</para> 
    204204        </listitem> 
     
    225225        <listitem> 
    226226          <para>Download and unzip the latest MacPorts tarball from the <ulink 
    227           url="http://distfiles.macports.org/MacPorts/">MacPorts 
     227          url="https://distfiles.macports.org/MacPorts/">MacPorts 
    228228          download directory</ulink>.</para> 
    229229        </listitem> 
     
    268268          <programlisting><prompt>%%</prompt> <userinput>mkdir -p /opt/mports</userinput> 
    269269<prompt>%%</prompt> <userinput>cd /opt/mports</userinput> 
    270 <prompt>%%</prompt> <userinput>svn checkout http://svn.macports.org/repository/macports/trunk</userinput></programlisting> 
     270<prompt>%%</prompt> <userinput>svn checkout https://svn.macports.org/repository/macports/trunk</userinput></programlisting> 
    271271 
    272272          <note> 
Note: See TracChangeset for help on using the changeset viewer.