michaelsembwever edited a comment on pull request #85:
URL: https://github.com/apache/cassandra-website/pull/85#issuecomment-998260699


   one bug i picked up is the nav link are broken with this.
   
   there's now lots of `<a href="//_/"> …` links, which break.
   
   The deployment to staging I had to do… 
   ```
   for f in $(rg -l "href=\"//" content/_) ; do sed -i '' 
's/href=\"\/\//href=\"\//g' $f ; done
   ```
   to fix them (to make them `<a href="/_/"> …`).
   
   (i also updated [this 
comment](https://issues.apache.org/jira/browse/CASSANDRA-16761?focusedCommentId=17380763&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17380763)
 accordingly)
   
   otherwise looks good (and I don't mind fixing the above problem is a 
separate PR/commit)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to