Closed
Bug 231528
Opened 22 years ago
Closed 19 years ago
XPCOM doc chapter 2's http://www.mozilla.org/scriptable should be a hyperlink
Categories
(Developer Documentation Graveyard :: General, defect)
Developer Documentation Graveyard
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: calvin, Assigned: endico)
Details
Attachments
(1 file, 1 obsolete file)
|
1.04 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007
The URL is placed plain-text, and should be a hyperlink, so readers dont need to
copy+paste it.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•21 years ago
|
||
This is in
http://www.mozilla.org/projects/xpcom/book/cxc/html/using_components.html#1007788
under 'Connecting to Components from the Interface' (2-3 scrolls down from the
given anchor.)
Comment 2•21 years ago
|
||
Updated•21 years ago
|
Attachment #143407 -
Attachment mime type: text/html → text/text
Updated•21 years ago
|
Attachment #143407 -
Attachment mime type: text/text → text/css
Comment 3•21 years ago
|
||
Comment on attachment 143407 [details]
This is a diff of the page changing the text to a link
Index: mozilla-org/html/projects/xpcom/book/cxc/html/using_components.html
===================================================================
RCS file:
/cvsroot/mozilla-org/html/projects/xpcom/book/cxc/html/using_components.html,v
retrieving revision 1.6
diff -u -r1.6 using_components.html
--- mozilla-org/html/projects/xpcom/book/cxc/html/using_components.html 2 Jul
2003 17:08:29 -0000 1.6
+++ mozilla-org/html/projects/xpcom/book/cxc/html/using_components.html 9 Mar
2004 18:06:11 -0000
@@ -137,7 +137,7 @@
<p>
- <a name="1008609"> </a><font face="Verdana, Arial, Helvetica,
sans-serif">See <font face="Verdana, Arial, Helvetica,
sans-serif"><i>http://www.mozilla.org/scriptable</i></font> for more
information about XPConnect and JavaScript.</font>
+ <a name="1008609"> </a><font face="Verdana, Arial, Helvetica,
sans-serif">See <font face="Verdana, Arial, Helvetica, sans-serif"><i><a
href="http://www.mozilla.org/scriptable">http://www.mozilla.org/scriptable</a><
/i></font> for more information about XPConnect and JavaScript.</font>
</p>
Comment 4•21 years ago
|
||
sorry for the bug spam, I screwed up getting the attachment to work :)
Comment 5•21 years ago
|
||
Attachment #143407 -
Attachment is obsolete: true
Comment 6•19 years ago
|
||
I don't believe we care about those page now that it was migrated to MDC:
http://developer.mozilla.org/en/docs/Creating_XPCOM_Components
We do need to redirect those pages to MDC.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WONTFIX
Updated•18 years ago
|
Component: Mozilla Developer → Documentation Requests
Product: Documentation → Mozilla Developer Center
Updated•13 years ago
|
Component: Documentation Requests → Documentation
Updated•13 years ago
|
Component: Documentation → General
Product: Mozilla Developer Network → Developer Documentation
You need to log in
before you can comment on or make changes to this bug.
Description
•