HTML links, generally those created within the network on questions, answers, or the site itself.

learn more… | top users | synonyms (4)

6
votes
2answers
76 views

Is it possible to find out from where a post was linked? [duplicate]

Possible Duplicate: Can we have a way to see referrers for a specific question? Someone recently linked an answer I wrote on stackoverflow. I was curious from where it was linked. Does ...
6
votes
2answers
121 views

SO eliminates hyphen from URL when linking

I tried to link to http://en.wikipedia.org/wiki/Fisher–Yates_shuffle#The_modern_algorithm in a comment and when I click on the link, SO changes the URL to ...
6
votes
3answers
141 views

Link to sources in a foreign language

When answering questions, I like to give credit to any source of information by adding a link to that source. However, since I'm Dutch a source might happen to be in Dutch as well. Most people won't ...
6
votes
5answers
216 views

Statistics: Current Ratio of “Link-And-Run” on the Stack Exchange Network

I am personally starting to be a bit fed up with the prevalence of what I call "linking hit-and-runs" answers (Example). The major problems with these types of answer are that: They require the ...
6
votes
3answers
132 views

How should we handle “conditionally” broken links?

As part of my big mission to rid us of broken links I have come across an edge case I would like to address. Links such as: http://stackexchange.com/filters/new are broken, unless one is logged on ...
6
votes
4answers
208 views

Can I create a hyperlink inside a code block?

Suppose I have the following code: List<Integer> list = new ArrayList<Integer>(); Is there a way to make ArrayList above point to its documentation?
6
votes
1answer
116 views

“Blog” link on offline page links to wrong blog

The blog link on the SO offline page links to blog.serverfault.com. Since blog.stackoverflow.com is the main SE blog, it makes sense that issues regarding the maintenance would be posted there. ...
6
votes
2answers
14k views

Creating an image link in Markdown format [duplicate]

Possible Duplicate: recommended syntax for an image with a link How can I create an image link using the Markdown format? I want an output like <a href="" rel="some text"><img ...
6
votes
2answers
92 views

How to handle posts that link directly to binary files?

Sometimes when someone ask for a library or so, people answer by linking directly to binary files. Is this really okey? The user has no idea about exactly that file contains except from the URL. It ...
6
votes
1answer
71 views

Missing link on info page

There is a missing link on this page: http://meta.stackoverflow.com/privileges/vote-down It also seems broken on SO. Could someone take a look?
6
votes
1answer
50 views

Linking to same question on another (non-SO/SE) site?

On a question I just answered, I noticed that they link to an external site where they've also posted the same question: Regarding memory usage of Java Application Initially, I was about to edit the ...
6
votes
1answer
106 views

Rep amount links inconsistent

Rep amount links are inconsistent and it causes me to forget how to get to the two different pages. The rep amount link in the top bar goes to your rep statistics pages. The rep amount link on your ...
6
votes
2answers
132 views

Automatically flag posts containing a link to the same site as user's profile?

For reducing "self-promotion" spam, it could be helpful to automatically flag posts (especially a new user's first post) which give a link matching the site listed in the user's profile? Most often ...
6
votes
1answer
121 views

Autocomplete/autoinsert links to API docs (or similar publically available docs)

I usually find myself constantly linking to methods and properties in publically available docs for frameworks or libraries. I'd like to suggest an autocomplete feature when you enter a link in a ...
6
votes
1answer
74 views

Careers 2.0 link mistake

On the about listings page on Careers, there's a list of sites the listings will run on. The last link is labeled joelonsoftware.com, but it actually links to stackoverflow.com:
6
votes
1answer
79 views

SO should notify users of broken links in their posts

It would be really nice if SO scanned posted content and checked detected links, and then notified the user of bad or redirected links so they could verify links are still valid and/or fix them.
6
votes
1answer
190 views

Comments inline links with a parenthesis not working properly

Is there a different syntax for commenting with links that contain parentheses? I tried something like this: [my text](http://msdn.microsoft.com/en-us/library/ms191439(SQL.90).aspx) And that ...
6
votes
2answers
349 views

Markdown renderer doesn't accept é or ö in links

e.g.: Source [This link will merge with the text and the 2nd link][1] non-link text [this link causes the previous link to merge with it.][2] [1]: http://example.com/ [2]: ...
6
votes
1answer
98 views

Tooltip for question links in comments showing sanitized title

When you hover a link to a question in a comment, you get the title sanitized, the same way as in the question URL. (Test case.) Here, have some freehand circles: Can the tooltip reflect the ...
6
votes
1answer
78 views

Another name for Question->Unanswered?

I do not like that there are two "Unanswered" pages, but with the help of the question "Why does questions->unanswered not redirect to unanswered?" I know that it makes sense. But why they have not ...
6
votes
1answer
78 views

Can image links have different style from regular images?

Image links and regular images look exactly alike, making it difficult for someone to figure out that there's a link there. I'd like to suggest a minor style change, something like: ...
6
votes
1answer
101 views

Subtle bug in generating comment links

I've posted a wikipedia link as a comment to this post: http://stackoverflow.com/questions/1962101/are-there-common-methods-for-hashing-an-input-file-to-a-fixed-set-of-values Apparently the length ...
6
votes
1answer
209 views

Clicking on tags with wildcards gives you a blank page

Related Question: Searching for a tag containing * breaks I have tags in my "Interesting Tags" with wildcards, like html*, php* and so on. If I click on it it goes to ...
6
votes
0answers
80 views

Chat / markdown do not parse links or tags with an asterisk in them

I use the tag php* as a favourite, to catch all of the badly (version specific) tagged PHP questions. When trying to link this tag in chat with [tag:php*] that tag is not parsed. Also when pasting a ...
6
votes
0answers
62 views

Links to answers are not formatted to show the title automatically

When including a link to a question in a post (question or answer) by copying the Link URL at the bottom of the question, the link is automatically formatted to appear as the question title: For ...
6
votes
0answers
27 views

Edit preview bug - preview doesn't match real

I was editing an answer that left the url malformed and misparsed. Below is an image that illustrates the problem. Now, I understand this has come up before, and has been classified as "by design." ...
6
votes
0answers
51 views

Please highlight hyperlink changes in suggested edit diffs [duplicate]

Possible Duplicate: Display link-changes in edit-history diff? The diff of suggested edits only highlights differences in visible text, not differences in hyperlink targets. Sure, the ...
6
votes
0answers
59 views

Links in quotes are escaped improperly in comments [duplicate]

Possible Duplicate: strange character replacement on SO An example: I posted a link in quotes, but the ending quote was interpreted as part of the link and was escaped – mostly. ...
6
votes
0answers
136 views

Don't nofollow links in posts if the poster has enough rep [duplicate]

Possible Duplicate: Remove nofollow on links at a certain age This is related to Remove nofollow on links at a certain age. Can we assume that when users reach a certain reputation they're ...
6
votes
1answer
55 views

escaping [1] in a hyperlink

I recently tried to share the link below and it it turned out "broken" ...
6
votes
1answer
92 views

User Profile & Logout links inaccessible from the 'badge' statistics page

This may be a nitpick, but as this site seems to be about improvements to SO, I thought I'd mention it anyway ;0) Ive noticed that when I select a badge I received to observe it's meaning, the links ...
5
votes
1answer
84 views

Is voting on posts linked to from Meta discouraged?

I'm wondering if voting on posts linked to from Meta discouraged. For example, if a user posts something like this: Why Was My Post Closed? I have a post, found here: ...
5
votes
3answers
91 views

How do I appropriately flag questions asking for links?

When people ask "Where do I get XYZ?" should this be flagged? How should it be flagged, as off-topic or not constructive? Take the following question as example: Accu weather API. EDIT (More ...
5
votes
4answers
133 views

“Proxy” Answers, good or bad?

Sometimes on SO, some people ask questions that could be simply answered by doing a quick google search and finding a blog entry for example. What your opinion on answering such questions by posting ...
5
votes
1answer
64 views

No about link on Stack Overflow in the top bar [duplicate]

Possible Duplicate: Why am I still seeing the “about” link on Web Apps and Gaming? Why is there no About link in the top bar of Stack Overflow? There is one on meta: None on ...
5
votes
1answer
63 views

Will editing a title of the question result in a broken link?

If I was to edit the title of a question and someone was to accept the edit, would the question link become broken? Or would it redirect to the new link? I haven't tried it myself.
5
votes
1answer
114 views

Last activity link does not look like a link

Here are the activity panels from Gaming, SO, and Sci-Fi: Is it any wonder why I thought for the longest time that it wasn't possible to view ?lastactivity from the question's page? Please change ...
5
votes
1answer
61 views

Are friendly links to SO questions permanent?

Googling for programming answers will typically show friendly links to SO questions. For example, googling "freely available programming books" shows this as the top answer: ...
5
votes
1answer
101 views

Advice on linking to code repositories for examples

Please take a look at this answer to this question. In the answer, I am suggesting that the OP take a look at some code that exists in the Linux kernel to use as an example, in particular ...
5
votes
1answer
79 views

What to do when you find a bad link in an answer?

If a link has gone stale in an answer, what is the correct way to report this in the SO universe? e.g. Jon's first link in Bad Link Answer I have added a comment but not found the correct link yet. ...
5
votes
1answer
209 views

How to handle link rot and broken links?

Some questions and answers on stackoverfow have broken links. And sometimes it is important links in accepted or most upvoted answers. If the question is old, and I have no idea of what the link ...
5
votes
1answer
42 views

Search question and answer Hyperlinks for a hostname?

Recently the URL www.antlr.org was changed from pointing to www.antlr3.org to www.antlr4.org. Needless to say there are links that use www.antlr.org for referring to www.antlr3.org that are now wrong ...
5
votes
1answer
302 views

Best way to reference the PostgreSQL manual?

PostgreSQL has extremely helpful online documentation. I wonder about the various ways to link to the manual. Available sites There is a static home page without user comments for every major ...
5
votes
2answers
75 views

Can there be a “Link Moderation” process for <50 rep users to undergo?

As it is, we have to moderate edits by new users, so it seams reasonable as a stop-spam mechanism to require all external links from <50 rep users moderated. A lot of the spam I see works like ...
5
votes
2answers
86 views

Let's change “click here” link text on auto-login message to more meaningful link text

Not terribly important, but a pet peeve of mine: Whenever I come back to a stack-exchange site where my gmail associated account was logged in, but for one reason or another the stack-exchange site ...
5
votes
1answer
89 views

About hxxp, example.org, domain.com and other example domains

In short: this is a problem hurting new users, who don't really know how to handle it. Under a certain amount of reputation you are only allowed to insert 2 links in your post. I admit, in lots of ...
5
votes
1answer
43 views

What is general policy for links in posts and edited posts

I have recently gained the privilege of reviewing edits and since then I have reviewed over 100 of them. I often see edits which do one thing which is they modify links like this: ...
5
votes
1answer
45 views

“Link” link on review page - unexpected behavior

I discovered this over on gamedev.stackexchange, but I've reproduced it on Stackoverlow and here on meta. When reviewing a question in the /review page, clicking on the "link" link should provide a a ...
5
votes
2answers
192 views

Link previous questions to newer duplicates

Sometimes when there are duplicates, the newer question gets answers that are relevant and weren't mentioned in the first question. If merging is not suitable (for instance, a relevant answer would ...
5
votes
1answer
124 views

Revision history & community wiki links show the same page

On community wiki posts both the revision history link & community wiki links lead to the same page. Shouldn't the username in the community wiki post point to the user profile page? Revision ...

1 3 4 5 6 7 13