Commit Graph

23 Commits

Author SHA1 Message Date
Niklas Haeusele
57b06b7e2e Changes the API documentation link to be relative instead of being absolute. This has been mentioned in #45001
I'm not sure if there's a way to update the guides.rubyonrails.org links as well with the correct version number.
2022-06-27 22:39:21 +02:00
Ryuta Kamizono
4607108f91 Fix 404 links on https://rubyonrails.org/ [ci-skip] 2021-12-17 02:26:34 +09:00
jean-francois labbe
4348c38b84 [ci skip] Fix broken links on RDOC_MAIN.rdoc 2021-04-30 09:22:28 +02:00
Jacob Herrington
568dba64ba
Fix grammar mistakes [ci skip] 2021-04-10 22:15:52 -05:00
Haroon Ahmed
db1ae8cbb4 remove reference to global rails command and replace with bin/rails 2019-12-27 19:32:37 +00:00
Xavier Noria
66197a3a40 unlinks Ruby on Rails Tutorial [skip ci]
I added myself links to the Ruby on Rails Tutorial years ago, after
meeting Michael in a RailsConf.

By then, the book was a commercial product, but had a free online
version and I thought it could be a good resource complementing the
official documentation.

Nowadays, only a few sample chapters are available for free, and I
don't consider these links to be fair with the rest of commercial
books about Rails anymore.
2019-12-06 11:26:24 +01:00
Abhay Nikam
027e492b6f Fix links in gemspec and docs from http to https. 2019-03-09 19:42:35 +05:30
bogdanvlviv
bdc806c6ba
Add mention to the main README about new libraries [ci skip]
Action Mailbox and Action Text belong to rails/rails since #34786 and #34873.
2019-01-13 20:22:14 +00:00
Paul McMahon
7b9c19d94b Rails guides are now served over https
http links will be redirected to the https version, but still better to
just directly link to the https version.
2018-07-24 11:29:31 +09:00
Felipe Tovar
c2f203dcdb [ci skip] Restore of links in RDOC_MAIN after an update of the file (#32644)
* [ci skip] Update links in RDOC_MAIN and remove style of word rails in README

* [ci skip] Update links in RDOC_MAIN and remove style of word rails in README

[Felipe Tovar & Rafael Mendonça França]
2018-04-19 15:23:02 -04:00
Felipe Tovar
9c3fe52f5f [ci skip] Remove style of the word Rails at the top 2018-04-19 11:39:18 -05:00
Felipe Tovar
203a7e7d86 [ci skip] update RDOC_MAIN 2018-04-19 11:09:17 -05:00
Yoshiyuki Hirano
bc864aa7ab rewords a bit RDOC_MAIN.rdoc [ci skip]
* Same change as bba832d
2018-04-08 05:50:02 +09:00
Yoshiyuki Hirano
78e0af414f Update RDOC_MAIN.rdoc [ci skip] 2017-08-31 06:00:25 +09:00
Yoshiyuki Hirano
3a11e0586e Update MIT licenses link [ci skip] 2017-08-22 08:46:02 +09:00
kenta-s
692eeb348c Fix http -> https [ci skip] 2017-02-28 22:51:17 +09:00
Anubhav Saxena
24ee911497 Fixing commands with Markdown formatting
Adding '$' to emulate shell syntax
2016-05-24 22:28:56 +05:30
Genadi Samokovarov
91678fe9f7 Replace old Rails greeting references
A couple of the READMEs were still referring the old welcome page. This
is a small change that goes over it.

[ci skip]
2016-02-06 09:14:42 +02:00
claudiob
a5a2027749 Fix Rails tutorial link
[ci skip]

The old link is 404 not found.
The link matches what the rest of the documentation already points to:

* 2de2263118/guides/source/getting_started.md (L2052)
* 2de2263118/README.md (L74)
2015-12-21 17:25:09 -08:00
Aditya Kapoor
1505f8b692 [ci-skip] correct wikipedia MVC link 2014-06-14 23:34:08 +05:30
Arun Agrawal
4091606ff1 Fixed README link in API [ci skip]
This should not be a link because
it's creating a link with activesupport README right now
2013-07-17 10:35:59 +02:00
Xavier Noria
8d8d4b7782 fixes broken links in the API [Fixes #11335] [ci skip] 2013-07-06 22:24:06 +02:00
Xavier Noria
3235537030 moves RDOC_MAIN.rdoc to railties
The goal of these refactors is to have the same code generating
edge and doc:rails APIs, and the rails gem is not available in
LOAD_PATHS because it has no lib directory.
2013-03-30 00:10:52 +01:00