diff --git a/.vscode/settings.json b/.vscode/settings.json index 28f2674..7a73a41 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,2 @@ { - "julia.environmentPath": "c:\\Users\\seatt\\source\\TheDerivativeGraph" } \ No newline at end of file diff --git a/README.md b/README.md index 325eb89..480697e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ The derivative graph is a data structure that represents the derivative of a function as a graph. It is both a means of implementing efficient automatic differentiation (AD) algorithms and a more perspicuous way of analyzing and understanding these algorithms. The derivative graph is a powerful new tool which gives the developer great flexibility when designing new general purpose AD systems. -[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://brianguenter.github.io/TheDerivativeGraph.jl/stable) [![](https://img.shields.io/badge/docs-dev-blue.svg)](https://brianguenter.github.io/TheDerivativeGraph.jl/dev) +[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://brianguenter.github.io/TheDerivativeGraph/stable) [![](https://img.shields.io/badge/docs-dev-blue.svg)](https://brianguenter.github.io/TheDerivativeGraph/dev)