@@ -484,7 +484,7 @@ QWidget * WelcomeView::initShop() {
484484 m_fabUberFrame = createShopContentFrame (" :/resources/images/pcbs_2013.png" ,
485485 tr (" Fritzing Fab" ),
486486 tr (" Fritzing Fab is an easy and affordable service for producing professional PCBs from your Fritzing sketches." ),
487- " http ://fab.fritzing.org/" ,
487+ " https ://fab.fritzing.org/" ,
488488 tr (" produce your first pcb now >>" ),
489489 tr (" Order your PCB now." ),
490490 " :/resources/images/icons/WS-fabLogo.png" ,
@@ -591,12 +591,12 @@ QWidget * WelcomeView::initBlog() {
591591 QWidget * headerFrame = createHeaderFrame (tr (" Projects" ), " Projects" , tr (" Blog" ), " Blog" , m_inactiveHeaderLabelColor, m_activeHeaderLabelColor, m_projectsLabel, m_blogLabel);
592592 frameLayout->addWidget (headerFrame);
593593
594- m_blogListWidget = createBlogContentFrame (" https ://blog.fritzing.org" , tr (" Fritzing News." ), " :/resources/images/icons/WS-blogLogo.png" , " #802742" );
594+ m_blogListWidget = createBlogContentFrame (" http ://blog.fritzing.org" , tr (" Fritzing News." ), " :/resources/images/icons/WS-blogLogo.png" , " #802742" );
595595 m_blogUberFrame = m_blogListWidget;
596596 while (m_blogUberFrame->parentWidget ()) m_blogUberFrame = m_blogUberFrame->parentWidget ();
597597 frameLayout->addWidget (m_blogUberFrame);
598598
599- m_projectListWidget = createBlogContentFrame (" https ://fritzing.org/projects/" , tr (" Fritzing Projects." ), " :/resources/images/icons/WS-galleryLogo.png" , " #00a55b" );
599+ m_projectListWidget = createBlogContentFrame (" http ://fritzing.org/projects/" , tr (" Fritzing Projects." ), " :/resources/images/icons/WS-galleryLogo.png" , " #00a55b" );
600600 m_projectsUberFrame = m_projectListWidget;
601601 while (m_projectsUberFrame->parentWidget ()) m_projectsUberFrame = m_projectsUberFrame->parentWidget ();
602602 frameLayout->addWidget (m_projectsUberFrame);
@@ -743,7 +743,7 @@ void WelcomeView::gotBlogSnippet(QNetworkReply * networkReply) {
743743 }
744744
745745 if (!goodBlog) {
746- QString message = (blog) ? tr (" Unable to reach blog.fritzing.org" ) : tr (" Unable to reach friting .org/projects" ) ;
746+ QString message = (blog) ? tr (" Unable to reach blog.fritzing.org" ) : tr (" Unable to reach fritzing .org/projects" ) ;
747747 QString placeHolder = QString (" <li><a class='title' href='nop' title='%1'></a></li>" ).arg (message);
748748 if (doc.setContent (placeHolder, &errorStr, &errorLine, &errorColumn)) {
749749 readBlog (doc, true , blog, " " );
0 commit comments