Commit 1acb26d
committed
Fix link to crawler file
The `generate_file_links` method generates a `panel/links.html` file for
search engines to crawl. When `panel/index.html` was converted to
`_panel.rhtml` in 4c5d4a0, the link to
`panel/links.html` was broken. Though the value of this file may be
debatable, it definitely provides zero value if it is unreachable. This
commit fixes the broken link.
This commit also renames the `generate_search_index` method to
`generate_file_links`, and renames `search_index.rhtml` to
`file_links.rhtml` so that it won't be confused with `search_index.js`,
which is entirely unrelated.1 parent f32277f commit 1acb26d
File tree
3 files changed
+5
-5
lines changed- lib
- rdoc/generator/template/rails
- sdoc
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | | - | |
183 | | - | |
| 182 | + | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
0 commit comments