Github user queeniema commented on a diff in the pull request: https://github.com/apache/incubator-edgent-website/pull/88#discussion_r94859265 --- Diff: site/_config.yml --- @@ -126,9 +126,9 @@ host: 127.0.0.1 sourcerepourl: https://github.com/apache/incubator-edgent downloadsurl: /docs/downloads projurl: / -#docsurl: /javadoc/latest +docsurl: /javadoc/latest # above yields things like the following when running on a "jekyll serve" test server # [2016-12-22 15:23:31] ERROR `/favicon.ico' not found. # [2016-12-22 15:33:17] ERROR `/javadoc/latest/resources/fonts/dejavu.css' not found. # the following is undesirable as it doesn't link to the "jekyll serve" test server -docsurl: https://edgent.incubator.apache.org/javadoc/latest +# docsurl: https://edgent.incubator.apache.org/javadoc/latest --- End diff -- Makes sense, I'll close this pull request and try to get rid of those messages. Thanks!
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---