Index: wp-includes/link-template.php
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- wp-includes/link-template.php	(revision abbcc015422cdf1174cefed69d5313d232a769f0)
+++ wp-includes/link-template.php	(revision )
@@ -1125,16 +1125,8 @@
 		return false;
 
 	if ( 'post' === $post_type ) {
-		$show_on_front = get_option( 'show_on_front' );
-		$page_for_posts  = get_option( 'page_for_posts' );
-
-		if ( 'page' == $show_on_front && $page_for_posts ) {
-			$link = get_permalink( $page_for_posts );
-		} else {
-			$link = get_home_url();
-		}
 		/** This filter is documented in wp-includes/link-template.php */
-		return apply_filters( 'post_type_archive_link', $link, $post_type );
+		return apply_filters( 'post_type_archive_link', get_blog_link(), $post_type );
 	}
 
 	if ( ! $post_type_obj->has_archive )
