From 5f2b0b0c7aa406632511cb740707498681056c4b Mon Sep 17 00:00:00 2001 From: "Klamkin, Michael" Date: Thu, 24 Jul 2025 13:08:20 -0400 Subject: [PATCH] Move to L2O --- README.md | 4 ++-- docs/make.jl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 84514af..840ba4a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # BatchNLPKernels.jl -[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://klamike.github.io/BatchNLPKernels.jl/dev/) -[![Build Status](https://github.com/klamike/BatchNLPKernels.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/klamike/BatchNLPKernels.jl/actions/workflows/CI.yml?query=branch%3Amain) +[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://LearningToOptimize.github.io/BatchNLPKernels.jl/dev/) +[![Build Status](https://github.com/LearningToOptimize/BatchNLPKernels.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/LearningToOptimize/BatchNLPKernels.jl/actions/workflows/CI.yml?query=branch%3Amain) `BatchNLPKernels.jl` provides [`KernelAbstractions.jl`](https://github.com/JuliaGPU/KernelAbstractions.jl) kernels for evaluating problem data from a (parametric) [`ExaModel`](https://github.com/exanauts/ExaModels.jl) for batches of solutions (and parameters). Currently the following functions (as well as their non-parametric variants) are exported: diff --git a/docs/make.jl b/docs/make.jl index 5b26f45..e1d4e52 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -26,6 +26,6 @@ makedocs( # See "Hosting Documentation" and deploydocs() in the Documenter manual # for more information. deploydocs( - repo="github.com/klamike/BatchNLPKernels.jl.git", + repo="github.com/LearningToOptimize/BatchNLPKernels.jl.git", push_preview=true, )